GET /api/bet_types/e40ea654-9b07-4405-8376-ad9ba7a0ef56/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e40ea654-9b07-4405-8376-ad9ba7a0ef56",
    "match": "https://api-prod.gambitprofit.com/api/matches/08faa1f3-8f40-4389-9bf9-57bcc8fa070b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-23T09:18:00.194653-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": "Toronto Raptors",
                "amount": 6449.0
            },
            {
                "team": "Utah Jazz",
                "amount": 3551.0
            }
        ],
        "expected_reward_tokens": 9480.03,
        "profit_sb": -19.97,
        "profit_sb_percentage": -0.21,
        "recommended": false
    },
    "lines": [
        {
            "id": "c248c61c-4b3d-4fca-ad18-e25ac32e3e57",
            "gambit_id": "19a3f9ef-f833-43d2-85a6-3b3817beeb86",
            "last_updated": "2023-12-26T15:13:18.795904-05:00",
            "created_at": "2023-12-23T09:18:00.202474-05:00",
            "name": "Toronto Raptors",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e40ea654-9b07-4405-8376-ad9ba7a0ef56/?format=api"
        },
        {
            "id": "b738fbca-415d-4d26-8c1b-17be9152fd01",
            "gambit_id": "79628e35-5b17-41dc-b827-5e659d352dcd",
            "last_updated": "2023-12-26T15:13:18.791242-05:00",
            "created_at": "2023-12-23T09:18:00.198653-05:00",
            "name": "Utah Jazz",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e40ea654-9b07-4405-8376-ad9ba7a0ef56/?format=api"
        }
    ]
}