GET /api/bet_types/7b35e964-76a7-4ed1-be70-33c09c65c2e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7b35e964-76a7-4ed1-be70-33c09c65c2e2",
    "match": "https://api-prod.gambitprofit.com/api/matches/f0d903ef-dcb7-4fe8-8b51-09bb06f6bace/?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": "Air Force",
                "amount": 5000.0
            },
            {
                "team": "New Mexico",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "1d10dec6-1c66-4998-833d-9bf36eaaf571",
            "gambit_id": "4b256c15-5065-4b84-b778-0faac34ba1b2",
            "last_updated": "2022-11-14T10:09:02.161183-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Air Force",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-21.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b35e964-76a7-4ed1-be70-33c09c65c2e2/?format=api"
        },
        {
            "id": "baf06473-1696-4fd9-b6f6-21ffcd9b97d5",
            "gambit_id": "53462acc-2383-49f1-9eed-1b02409df5d2",
            "last_updated": "2022-11-14T10:09:02.162166-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Mexico",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "21.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b35e964-76a7-4ed1-be70-33c09c65c2e2/?format=api"
        }
    ]
}