GET /api/bet_types/b9dc4185-1b28-4c74-a770-d56c0c9757e3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b9dc4185-1b28-4c74-a770-d56c0c9757e3",
    "match": "https://api-prod.gambitprofit.com/api/matches/b8978267-98ce-4ee7-b8cd-9c0e8fe7d51c/?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": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Brooklyn Nets",
                "amount": 5208.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "3ff061bb-c27e-4803-9f33-4a17483de70d",
            "gambit_id": "1da343bf-e8b0-451e-91b9-2a04747cbde7",
            "last_updated": "2022-12-17T19:37:20.354740-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9dc4185-1b28-4c74-a770-d56c0c9757e3/?format=api"
        },
        {
            "id": "a5fc129e-497d-496c-ba83-e0e070f943c5",
            "gambit_id": "712d4a7e-d573-4385-b3f3-c14f9cc37b99",
            "last_updated": "2022-12-17T19:37:20.353697-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Raptors",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9dc4185-1b28-4c74-a770-d56c0c9757e3/?format=api"
        }
    ]
}