GET /api/bet_types/2148b087-c28e-49a7-bc3f-e5c25db8c805/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2148b087-c28e-49a7-bc3f-e5c25db8c805",
    "match": "https://api-prod.gambitprofit.com/api/matches/214a3da5-3fdd-4ac2-9efa-94c5ba32725e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-11T10:27:03.834307-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 (C Javier)",
                "amount": 6139.0
            },
            {
                "team": "PIT (M Keller)",
                "amount": 3861.0
            }
        ],
        "expected_reward_tokens": 9575.28,
        "profit_sb": 75.28,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "a0c033b9-a518-48a0-a472-ec86e48f46af",
            "gambit_id": "5b6bec4d-9e03-4b58-8625-1c98efa835d8",
            "last_updated": "2023-04-12T09:57:01.548539-04:00",
            "created_at": "2023-04-11T10:27:03.840998-04:00",
            "name": "HOU (C Javier)",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2148b087-c28e-49a7-bc3f-e5c25db8c805/?format=api"
        },
        {
            "id": "e15726cc-4294-4970-a4b1-752cf99aab54",
            "gambit_id": "d7c28ffd-08d6-420d-9d90-238080ddfb67",
            "last_updated": "2023-04-12T09:57:01.544300-04:00",
            "created_at": "2023-04-11T10:27:03.837805-04:00",
            "name": "PIT (M Keller)",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2148b087-c28e-49a7-bc3f-e5c25db8c805/?format=api"
        }
    ]
}