GET /api/bet_types/b67f677e-bded-4918-834d-8548bbc264d4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b67f677e-bded-4918-834d-8548bbc264d4",
    "match": "https://api-prod.gambitprofit.com/api/matches/57471d51-1d2c-4158-bb4e-a010a596c4a1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-01T19:28:10.892084-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Burnley",
                "amount": 6795.0
            },
            {
                "team": "Draw",
                "amount": 3205.0
            }
        ],
        "expected_reward_tokens": 11345.7,
        "profit_sb": 1845.7,
        "profit_sb_percentage": 19.43,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Burnley",
                "amount": 5504.0
            },
            {
                "team": "Draw",
                "amount": 2597.0
            },
            {
                "team": "Sheffield United",
                "amount": 1899.0
            }
        ],
        "expected_reward_tokens": 9191.16,
        "profit_sb": -308.84,
        "profit_sb_percentage": -3.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "a14c234a-21da-4b7c-9820-07b07f4ff85e",
            "gambit_id": "559fd58a-b61a-4840-bd80-7d4c8cd96926",
            "last_updated": "2023-12-05T21:13:17.168100-05:00",
            "created_at": "2023-12-01T19:28:10.902682-05:00",
            "name": "Burnley",
            "reward": "1.67000",
            "odds": "1.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b67f677e-bded-4918-834d-8548bbc264d4/?format=api"
        },
        {
            "id": "94d52893-2a8c-4e9f-a9b7-6948a66bcf28",
            "gambit_id": "605f0df4-e5bd-4fcd-8964-235067f2fc88",
            "last_updated": "2023-12-05T21:13:17.164716-05:00",
            "created_at": "2023-12-01T19:28:10.898206-05:00",
            "name": "Draw",
            "reward": "3.54000",
            "odds": "3.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b67f677e-bded-4918-834d-8548bbc264d4/?format=api"
        },
        {
            "id": "de5ba315-93f2-46b5-8935-52bb372a54ea",
            "gambit_id": "c56b638d-764a-4289-91b5-ad6f53f50976",
            "last_updated": "2023-12-05T21:13:17.171478-05:00",
            "created_at": "2023-12-01T19:28:10.907265-05:00",
            "name": "Sheffield United",
            "reward": "4.84000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b67f677e-bded-4918-834d-8548bbc264d4/?format=api"
        }
    ]
}