GET /api/bet_types/22c6f428-4243-477d-9da2-cd4051d242d4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "22c6f428-4243-477d-9da2-cd4051d242d4",
    "match": "https://api-prod.gambitprofit.com/api/matches/ab50b691-211a-474a-ad39-ea26fb37039f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-07T09:48:16.502757-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Newcastle United",
                "amount": 5817.0
            },
            {
                "team": "Everton",
                "amount": 4183.0
            }
        ],
        "expected_reward_tokens": 12797.4,
        "profit_sb": 3297.4,
        "profit_sb_percentage": 34.71,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Newcastle United",
                "amount": 4177.0
            },
            {
                "team": "Everton",
                "amount": 3003.0
            },
            {
                "team": "Draw",
                "amount": 2819.0
            }
        ],
        "expected_reward_tokens": 9189.18,
        "profit_sb": -310.82,
        "profit_sb_percentage": -3.27,
        "recommended": false
    },
    "lines": [
        {
            "id": "8fbdf2c4-e41e-4a3e-ae4a-05e5901c6b1a",
            "gambit_id": "c9dca037-4220-4aae-b5dc-48ec8edfc270",
            "last_updated": "2023-12-08T21:23:06.388320-05:00",
            "created_at": "2023-12-07T09:48:16.517926-05:00",
            "name": "Newcastle United",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22c6f428-4243-477d-9da2-cd4051d242d4/?format=api"
        },
        {
            "id": "4f001a1d-49ee-412b-8473-534e81c713a9",
            "gambit_id": "3f0273ea-28c6-4ddc-b6d4-fb3db3020a2a",
            "last_updated": "2023-12-08T21:23:06.384504-05:00",
            "created_at": "2023-12-07T09:48:16.513183-05:00",
            "name": "Everton",
            "reward": "3.06000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22c6f428-4243-477d-9da2-cd4051d242d4/?format=api"
        },
        {
            "id": "e76541cc-16a2-42ab-afca-35cc88366a9c",
            "gambit_id": "06f57cb7-0b6b-4ea5-bba2-d065a2925402",
            "last_updated": "2023-12-08T21:23:06.380628-05:00",
            "created_at": "2023-12-07T09:48:16.508292-05:00",
            "name": "Draw",
            "reward": "3.26000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22c6f428-4243-477d-9da2-cd4051d242d4/?format=api"
        }
    ]
}