GET /api/bet_types/bf75753b-e3c8-4bae-a03f-1713fe34f3f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bf75753b-e3c8-4bae-a03f-1713fe34f3f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b62f2ab-18e2-4702-9e33-b2f930014cee/?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": "UNLV",
                "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": "99bbf5ea-9683-441c-8584-0264dbb70f46",
            "gambit_id": "ad893d85-5002-4772-b296-e69af9feb8da",
            "last_updated": "2022-10-01T09:12:43.416881-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UNLV",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf75753b-e3c8-4bae-a03f-1713fe34f3f9/?format=api"
        },
        {
            "id": "d552b65a-1c61-4178-86f5-dce3f40878aa",
            "gambit_id": "21f076ae-ba80-4401-801d-f49bf2e81ff1",
            "last_updated": "2022-10-01T09:12:43.415907-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Mexico",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf75753b-e3c8-4bae-a03f-1713fe34f3f9/?format=api"
        }
    ]
}