GET /api/bet_types/44c1db9b-ebd7-463d-811d-32e452f38a09/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "44c1db9b-ebd7-463d-811d-32e452f38a09",
    "match": "https://api-prod.gambitprofit.com/api/matches/48778a64-7e3e-47a9-9328-02fc5649184b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-25T09:13:09.555195-04: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": "Dallas Mavericks",
                "amount": 6222.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 3778.0
            }
        ],
        "expected_reward_tokens": 9519.66,
        "profit_sb": 19.66,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "8d625c4a-682b-4df1-87a0-a73e384cf9d5",
            "gambit_id": "cf57512a-5e02-4b6f-9f97-73117e8466d1",
            "last_updated": "2023-10-26T10:38:10.212801-04:00",
            "created_at": "2023-10-25T09:13:09.559302-04:00",
            "name": "Dallas Mavericks",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44c1db9b-ebd7-463d-811d-32e452f38a09/?format=api"
        },
        {
            "id": "f0ace043-8a5d-45f4-bdf3-d744aa540b0f",
            "gambit_id": "f37c0a9f-5719-4028-aacc-943a7be7a185",
            "last_updated": "2023-10-26T10:38:10.216010-04:00",
            "created_at": "2023-10-25T09:13:09.563061-04:00",
            "name": "San Antonio Spurs",
            "reward": "2.52000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44c1db9b-ebd7-463d-811d-32e452f38a09/?format=api"
        }
    ]
}