GET /api/bet_types/0e25f8e0-0484-4eb8-b8ab-622eb09ce7f3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0e25f8e0-0484-4eb8-b8ab-622eb09ce7f3",
    "match": "https://api-prod.gambitprofit.com/api/matches/94cddb68-4559-4c1f-8abe-f332776ced25/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-26T10:56:57.766799-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": "Arizona Coyotes",
                "amount": 6326.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3674.0
            }
        ],
        "expected_reward_tokens": 9552.26,
        "profit_sb": 52.26,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "0b6e7e5f-63f0-4ad3-941f-bd4cecb1170f",
            "gambit_id": "b39914e6-f8ed-436f-a9f2-5bc1f4b56de7",
            "last_updated": "2023-01-27T10:07:12.967077-05:00",
            "created_at": "2023-01-26T10:56:57.768331-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e25f8e0-0484-4eb8-b8ab-622eb09ce7f3/?format=api"
        },
        {
            "id": "370e7e37-0580-4316-8671-85c74bb1a0c3",
            "gambit_id": "05b3c140-8676-4b44-b1ea-aa467baeda0f",
            "last_updated": "2023-01-27T10:07:12.968259-05:00",
            "created_at": "2023-01-26T10:56:57.769864-05:00",
            "name": "St Louis Blues",
            "reward": "2.60000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e25f8e0-0484-4eb8-b8ab-622eb09ce7f3/?format=api"
        }
    ]
}