GET /api/bet_types/c65ba585-4dbb-4088-a79f-19d53e35fa2a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c65ba585-4dbb-4088-a79f-19d53e35fa2a",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d16a5a8-3ecc-4074-a414-9fb48d5359b1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-14T09:33:04.368989-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": "CIN",
                "amount": 6324.0
            },
            {
                "team": "DET",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "5c6168cf-61c2-44f5-baae-665f63bb1ef5",
            "gambit_id": "add952eb-6a58-4ae8-89a5-1e2d18568d81",
            "last_updated": "2023-09-15T16:13:16.269251-04:00",
            "created_at": "2023-09-14T09:33:04.372811-04:00",
            "name": "CIN",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c65ba585-4dbb-4088-a79f-19d53e35fa2a/?format=api"
        },
        {
            "id": "ef42f1ef-0590-4c98-8079-8e43ead963ab",
            "gambit_id": "78047abb-7353-4cf2-9356-a651e3196d25",
            "last_updated": "2023-09-15T16:13:16.272292-04:00",
            "created_at": "2023-09-14T09:33:04.377044-04:00",
            "name": "DET",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c65ba585-4dbb-4088-a79f-19d53e35fa2a/?format=api"
        }
    ]
}