GET /api/bet_types/8ab22249-e46d-4918-aa36-c574c628d77a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8ab22249-e46d-4918-aa36-c574c628d77a",
    "match": "https://api-prod.gambitprofit.com/api/matches/9fd87d95-6aa1-483b-91d8-6efc9823b801/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-28T10:03:12.844903-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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "390e65a2-1c3d-4a0c-b70b-284739e4cfa5",
            "gambit_id": "481231cc-e63b-413b-a617-c4d377275fc9",
            "last_updated": "2023-12-30T16:28:09.831546-05:00",
            "created_at": "2023-12-28T10:03:12.855135-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ab22249-e46d-4918-aa36-c574c628d77a/?format=api"
        },
        {
            "id": "72205d28-d95f-4943-ab0c-e0ff5ea888f1",
            "gambit_id": "a4854a2a-c10a-4b0b-a4f8-6364d68f81a5",
            "last_updated": "2023-12-30T16:28:09.828027-05:00",
            "created_at": "2023-12-28T10:03:12.850165-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ab22249-e46d-4918-aa36-c574c628d77a/?format=api"
        }
    ]
}