GET /api/bet_types/bb62db3b-8802-4d00-8c72-a01b914b70f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb62db3b-8802-4d00-8c72-a01b914b70f2",
    "match": "https://api-prod.gambitprofit.com/api/matches/968219eb-cd3b-4169-9397-2123c163b264/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-22T13:07:00.477190-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": "ATL (K Wright)",
                "amount": 5117.0
            },
            {
                "team": "HOU (F Valdez)",
                "amount": 4883.0
            }
        ],
        "expected_reward_tokens": 9568.79,
        "profit_sb": 68.79,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "27114029-da7a-4799-8da7-d519eea6db6d",
            "gambit_id": "8a6a85c2-2064-45c6-8ca2-966265ad178e",
            "last_updated": "2023-04-23T12:41:54.940078-04:00",
            "created_at": "2023-04-22T13:07:00.478732-04:00",
            "name": "ATL (K Wright)",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb62db3b-8802-4d00-8c72-a01b914b70f2/?format=api"
        },
        {
            "id": "79e3918b-f0bb-40e7-b3ea-3762d8d9eefc",
            "gambit_id": "1a1fec1d-a7d1-4a98-86cd-b5e97b0e7612",
            "last_updated": "2023-04-23T12:41:54.941965-04:00",
            "created_at": "2023-04-22T13:07:00.480227-04:00",
            "name": "HOU (F Valdez)",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb62db3b-8802-4d00-8c72-a01b914b70f2/?format=api"
        }
    ]
}