GET /api/bet_types/a1dd6074-0e79-41a5-9660-daa996bbffcb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a1dd6074-0e79-41a5-9660-daa996bbffcb",
    "match": "https://api-prod.gambitprofit.com/api/matches/fec2fa71-c05d-439c-ba4e-9edb4101349b/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-25T13:28:11.654161-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Montreal Canadiens",
                "amount": 6324.0
            },
            {
                "team": "New York Islanders",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "051aec1f-0d52-41e0-adc8-8e4939b7d88a",
            "gambit_id": "e0864a4a-46c3-43d0-a465-22043af481e1",
            "last_updated": "2024-01-26T20:58:23.514954-05:00",
            "created_at": "2024-01-25T13:28:11.678044-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1dd6074-0e79-41a5-9660-daa996bbffcb/?format=api"
        },
        {
            "id": "dffbfc0f-af6e-4e71-b6d0-b6780ae19464",
            "gambit_id": "67222eee-252b-416e-858b-36a9b179b4ed",
            "last_updated": "2024-01-26T20:58:23.511493-05:00",
            "created_at": "2024-01-25T13:28:11.659148-05:00",
            "name": "New York Islanders",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1dd6074-0e79-41a5-9660-daa996bbffcb/?format=api"
        }
    ]
}