GET /api/bet_types/f60e337f-4ffc-4f1e-8daa-b17bd32032bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f60e337f-4ffc-4f1e-8daa-b17bd32032bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f378c73-a57e-4222-8443-6d14feae9c7c/?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": "Virginia",
                "amount": 5000.0
            },
            {
                "team": "Old Dominion",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "179c4b26-0880-4235-8d34-ca9fde761d02",
            "gambit_id": "e2c0f25e-a06a-40b5-9a91-16be46cbbb38",
            "last_updated": "2022-09-18T20:42:16.892447-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Virginia",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f60e337f-4ffc-4f1e-8daa-b17bd32032bd/?format=api"
        },
        {
            "id": "b209d947-d634-420a-b7fa-94551eb226cc",
            "gambit_id": "9c4a8970-dc73-48fe-a740-996d267f54dd",
            "last_updated": "2022-09-18T20:42:16.893485-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Old Dominion",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f60e337f-4ffc-4f1e-8daa-b17bd32032bd/?format=api"
        }
    ]
}