GET /api/bet_types/a33f80d8-77cd-4bb1-8118-622d7c5be99e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a33f80d8-77cd-4bb1-8118-622d7c5be99e",
    "match": "https://api-prod.gambitprofit.com/api/matches/ecc141b7-654d-43f2-9e50-f83b2326a8a9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-03T11:22:15.143631-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": "Miami Heat",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "9eae4c8c-9546-441a-a44e-a429fb75833f",
            "gambit_id": "bc85c371-8a71-4060-bd4a-3a983572e755",
            "last_updated": "2023-06-05T10:57:21.660499-04:00",
            "created_at": "2023-06-03T11:22:15.145823-04:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a33f80d8-77cd-4bb1-8118-622d7c5be99e/?format=api"
        },
        {
            "id": "1627dadb-0765-4965-ae97-7068124b94bf",
            "gambit_id": "c0b2fea1-d25d-433b-9899-465603bee7b9",
            "last_updated": "2023-06-05T10:57:21.662689-04:00",
            "created_at": "2023-06-03T11:22:15.148231-04:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a33f80d8-77cd-4bb1-8118-622d7c5be99e/?format=api"
        }
    ]
}