GET /api/bet_types/634f6161-b365-4b3d-881e-ebd0466225b4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "634f6161-b365-4b3d-881e-ebd0466225b4",
    "match": "https://api-prod.gambitprofit.com/api/matches/22a4513b-a0e1-424d-a3c5-f18d75c6f0d2/?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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "0ca6f729-92df-422a-abd8-e5171c7dc5f1",
            "gambit_id": "fde543f3-5c42-463c-8453-aecd79c7043d",
            "last_updated": "2022-12-05T15:47:15.663490-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/634f6161-b365-4b3d-881e-ebd0466225b4/?format=api"
        },
        {
            "id": "1afb7636-d8db-4bc2-848e-7a7147bb1765",
            "gambit_id": "cfdbbdae-5d50-458c-b188-6cf99a5c6a6f",
            "last_updated": "2022-12-05T15:47:15.662498-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/634f6161-b365-4b3d-881e-ebd0466225b4/?format=api"
        }
    ]
}