GET /api/bet_types/c96837c4-bb07-4118-8431-ad213fbdb762/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c96837c4-bb07-4118-8431-ad213fbdb762",
    "match": "https://api-prod.gambitprofit.com/api/matches/15ecbda8-201d-40ed-a6ca-f5f3d2ba9c96/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Appalachian St",
                "amount": 5000.0
            },
            {
                "team": "North Carolina",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "6a77ad0e-3956-4965-b973-37e0d7ebbd19",
            "gambit_id": "85cb5ac2-a09d-4b59-bd2f-8493fe7bc396",
            "last_updated": "2022-09-05T10:02:28.474832-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Appalachian St",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c96837c4-bb07-4118-8431-ad213fbdb762/?format=api"
        },
        {
            "id": "a78aa0b9-de6a-48d8-8847-a09a120d0c9b",
            "gambit_id": "b535593e-d50e-4d15-8bff-0fd352a0451e",
            "last_updated": "2022-09-05T10:02:28.475806-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "North Carolina",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c96837c4-bb07-4118-8431-ad213fbdb762/?format=api"
        }
    ]
}