GET /api/bet_types/799ff44c-34d1-4596-818b-e08c5e94a38c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "799ff44c-34d1-4596-818b-e08c5e94a38c",
    "match": "https://api-prod.gambitprofit.com/api/matches/f919e648-789e-44ee-befd-92ec3e414960/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-04T09:42:59.228108-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": "Detroit Lions",
                "amount": 6324.0
            },
            {
                "team": "Minnesota Vikings",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "d80142b7-8ce7-435c-9839-f7b92714191e",
            "gambit_id": "fc78c068-5523-4268-9bcc-9486cd729dc0",
            "last_updated": "2024-01-09T10:38:30.134361-05:00",
            "created_at": "2024-01-04T09:42:59.235797-05:00",
            "name": "Detroit Lions",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/799ff44c-34d1-4596-818b-e08c5e94a38c/?format=api"
        },
        {
            "id": "7ef9ec02-a772-4ab2-83f0-fb067344a1ca",
            "gambit_id": "0a1ef22f-875d-4392-a8ba-2ebb2f7ae610",
            "last_updated": "2024-01-09T10:38:30.130889-05:00",
            "created_at": "2024-01-04T09:42:59.231596-05:00",
            "name": "Minnesota Vikings",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/799ff44c-34d1-4596-818b-e08c5e94a38c/?format=api"
        }
    ]
}