GET /api/bet_types/b690fc76-397c-4b93-afb7-d2f272077a5a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b690fc76-397c-4b93-afb7-d2f272077a5a",
    "match": "https://api-prod.gambitprofit.com/api/matches/9b5ee9fd-9049-4201-9a07-f9e86113e810/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-11T09:38:24.201209-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": "HOU (J Verlander)",
                "amount": 6104.0
            },
            {
                "team": "LAA (R Detmers)",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "d689c603-556a-4e8b-8bbc-20c985ca51d9",
            "gambit_id": "ad09c8a4-4523-4654-8068-d50c9a1c11f8",
            "last_updated": "2023-08-12T18:08:06.404073-04:00",
            "created_at": "2023-08-11T09:38:24.213928-04:00",
            "name": "HOU (J Verlander)",
            "reward": "1.57000",
            "odds": "1.59520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b690fc76-397c-4b93-afb7-d2f272077a5a/?format=api"
        },
        {
            "id": "afafecb4-6024-4b4c-a2f0-dd7b1dcf19b0",
            "gambit_id": "111b92b9-2786-43cc-8a2c-9c9d6e5cfe27",
            "last_updated": "2023-08-12T18:08:06.400450-04:00",
            "created_at": "2023-08-11T09:38:24.207636-04:00",
            "name": "LAA (R Detmers)",
            "reward": "2.46000",
            "odds": "2.53000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b690fc76-397c-4b93-afb7-d2f272077a5a/?format=api"
        }
    ]
}