GET /api/bet_types/d9052a9a-23d0-41f0-b4e5-6bb66b4b1874/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d9052a9a-23d0-41f0-b4e5-6bb66b4b1874",
    "match": "https://api-prod.gambitprofit.com/api/matches/e17e77be-5d3f-487c-b3a0-f1c06580ee02/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-05T09:22:22.355343-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": "OAK",
                "amount": 5867.0
            },
            {
                "team": "CLE",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "4148d8c6-8a10-48d3-9f5f-7ceabfa943a4",
            "gambit_id": "5bddae5c-4e22-4066-8d21-63d8f4a3759f",
            "last_updated": "2023-04-06T11:32:08.840945-04:00",
            "created_at": "2023-04-05T09:22:22.358381-04:00",
            "name": "OAK",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9052a9a-23d0-41f0-b4e5-6bb66b4b1874/?format=api"
        },
        {
            "id": "06e29d02-84e8-4ad4-a220-9994e71d09a5",
            "gambit_id": "fddd06d5-a18d-4b03-9dd5-c14f9a692bba",
            "last_updated": "2023-04-06T11:32:08.842863-04:00",
            "created_at": "2023-04-05T09:22:22.361097-04:00",
            "name": "CLE",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9052a9a-23d0-41f0-b4e5-6bb66b4b1874/?format=api"
        }
    ]
}