GET /api/bet_types/5577a470-d5a8-4c63-8418-a87c7e6f2aa1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5577a470-d5a8-4c63-8418-a87c7e6f2aa1",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ba915bc-dfcc-4321-a2f2-03256980ba8c/?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": "Old Dominion",
                "amount": 5000.0
            },
            {
                "team": "Virginia Tech",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "4d5f681c-7f44-4fca-9838-33848a6a7e7d",
            "gambit_id": "26f4bf97-2d8a-4993-8ba4-38a80967dd88",
            "last_updated": "2022-09-03T11:17:09.266866-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Old Dominion",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5577a470-d5a8-4c63-8418-a87c7e6f2aa1/?format=api"
        },
        {
            "id": "25fd76c1-dfa1-4996-8ebd-d1bccd6dcf3f",
            "gambit_id": "ab67ef00-8f57-4d82-9f8c-03f9179b6499",
            "last_updated": "2022-09-03T11:17:09.267291-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Virginia Tech",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5577a470-d5a8-4c63-8418-a87c7e6f2aa1/?format=api"
        }
    ]
}