GET /api/bet_types/96766a19-1ba9-4b6b-8f51-f244062a085f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "96766a19-1ba9-4b6b-8f51-f244062a085f",
    "match": "https://api-prod.gambitprofit.com/api/matches/c8e4d6be-26cd-41aa-bfe9-19adbf6ba6e9/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": 7614.0
            },
            {
                "team": "Draw",
                "amount": 2386.0
            }
        ],
        "expected_reward_tokens": 10355.04,
        "profit_sb": 1355.04,
        "profit_sb_percentage": 15.06,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Newcastle United",
                "amount": 6607.0
            },
            {
                "team": "Draw",
                "amount": 2070.0
            },
            {
                "team": "Bournemouth",
                "amount": 1323.0
            }
        ],
        "expected_reward_tokens": 8983.17,
        "profit_sb": -16.83,
        "profit_sb_percentage": -0.19,
        "recommended": false
    },
    "lines": [
        {
            "id": "a49fc4d1-40e1-43e0-8473-bfd924dc1c76",
            "gambit_id": "faa57576-9b29-4e56-8e04-19a227de3ae0",
            "last_updated": "2022-09-19T09:22:06.425182-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Newcastle United",
            "reward": "1.36000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96766a19-1ba9-4b6b-8f51-f244062a085f/?format=api"
        },
        {
            "id": "a51a32ea-241b-4303-b22d-4bf01065df61",
            "gambit_id": "b4382e62-1a47-4bde-84ea-cd04aef92663",
            "last_updated": "2022-09-19T09:22:06.426138-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "4.34000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96766a19-1ba9-4b6b-8f51-f244062a085f/?format=api"
        },
        {
            "id": "6c3cb084-a9a4-443f-bc30-dcacf19c5109",
            "gambit_id": "161d4fca-6373-450a-aea6-011c64bafa69",
            "last_updated": "2022-09-19T09:22:06.424223-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Bournemouth",
            "reward": "6.79000",
            "odds": "7.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96766a19-1ba9-4b6b-8f51-f244062a085f/?format=api"
        }
    ]
}