GET /api/bet_types/6516aeb7-cf0f-4c29-8b37-ee915d214497/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6516aeb7-cf0f-4c29-8b37-ee915d214497",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c5420de-b0ea-483d-a1ae-d789fb795ca9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-03T11:51:58.622936-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Brighton & Hove Albion",
                "amount": 6108.0
            },
            {
                "team": "Draw",
                "amount": 3892.0
            }
        ],
        "expected_reward_tokens": 11909.52,
        "profit_sb": 2909.52,
        "profit_sb_percentage": 32.33,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Brighton & Hove Albion",
                "amount": 4416.0
            },
            {
                "team": "Draw",
                "amount": 2814.0
            },
            {
                "team": "Everton",
                "amount": 2769.0
            }
        ],
        "expected_reward_tokens": 8610.84,
        "profit_sb": -389.16,
        "profit_sb_percentage": -4.32,
        "recommended": false
    },
    "lines": [
        {
            "id": "22bf2725-022f-492d-ac7f-b60415d2fafa",
            "gambit_id": "9bd02ad1-781f-443f-b782-35e4ad09a856",
            "last_updated": "2023-01-04T09:51:58.967236-05:00",
            "created_at": "2023-01-03T11:51:58.624107-05:00",
            "name": "Brighton & Hove Albion",
            "reward": "1.95000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6516aeb7-cf0f-4c29-8b37-ee915d214497/?format=api"
        },
        {
            "id": "476b31b9-5f93-440b-8233-0d7aa9e02be6",
            "gambit_id": "fd65195f-4677-4539-a378-362a705c3ace",
            "last_updated": "2023-01-04T09:51:58.969695-05:00",
            "created_at": "2023-01-03T11:51:58.626553-05:00",
            "name": "Draw",
            "reward": "3.06000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6516aeb7-cf0f-4c29-8b37-ee915d214497/?format=api"
        },
        {
            "id": "022515b2-04cf-440d-bc76-4178518ac45b",
            "gambit_id": "854521e7-23c4-4e37-a8a5-f3b971d68dc4",
            "last_updated": "2023-01-04T09:51:58.968462-05:00",
            "created_at": "2023-01-03T11:51:58.625350-05:00",
            "name": "Everton",
            "reward": "3.11000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6516aeb7-cf0f-4c29-8b37-ee915d214497/?format=api"
        }
    ]
}