GET /api/bet_types/e31a0372-645f-48f7-ba11-5ae1d87ce503/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e31a0372-645f-48f7-ba11-5ae1d87ce503",
    "match": "https://api-prod.gambitprofit.com/api/matches/22d28a5f-20fc-4f81-8ac5-84026bedf29c/?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": "James Madison",
                "amount": 5000.0
            },
            {
                "team": "Louisville",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "d894ce73-ea30-483e-b428-03029229bdc4",
            "gambit_id": "3511b767-570f-4634-8682-cc2b2762c755",
            "last_updated": "2022-11-06T16:17:47.577862-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "James Madison",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e31a0372-645f-48f7-ba11-5ae1d87ce503/?format=api"
        },
        {
            "id": "85b2c720-ca88-4593-bbc5-c7e5eb0ba2bd",
            "gambit_id": "db3609c5-853c-47e7-b52c-906f12580352",
            "last_updated": "2022-11-06T16:17:47.576909-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Louisville",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e31a0372-645f-48f7-ba11-5ae1d87ce503/?format=api"
        }
    ]
}