GET /api/bet_types/f121e239-458d-4097-9c93-39f09ade26b0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f121e239-458d-4097-9c93-39f09ade26b0",
    "match": "https://api-prod.gambitprofit.com/api/matches/76e6a50f-0150-4548-a56f-9cb5b01cbb37/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-01T09:22:01.351083-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": "Tampa Bay Buccaneers",
                "amount": 5000.0
            },
            {
                "team": "Carolina Panthers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "75b272cd-f9d8-455d-9768-4844a7283485",
            "gambit_id": "013f42d0-1504-49a8-8942-5caf08721d71",
            "last_updated": "2023-01-02T12:42:01.007573-05:00",
            "created_at": "2023-01-01T09:22:01.352248-05:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f121e239-458d-4097-9c93-39f09ade26b0/?format=api"
        },
        {
            "id": "96b29db2-6b2a-4983-89a5-a0c910b615d0",
            "gambit_id": "59341872-d5db-4219-9549-3066247e8a65",
            "last_updated": "2023-01-02T12:42:01.008718-05:00",
            "created_at": "2023-01-01T09:22:01.353496-05:00",
            "name": "Carolina Panthers",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f121e239-458d-4097-9c93-39f09ade26b0/?format=api"
        }
    ]
}