GET /api/bet_types/a085c359-3604-47e7-a99d-9c3f6fd1044c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a085c359-3604-47e7-a99d-9c3f6fd1044c",
    "match": "https://api-prod.gambitprofit.com/api/matches/a847b99a-902c-4caf-a46d-0ec4e5d75054/?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": "Wake Forest",
                "amount": 5000.0
            },
            {
                "team": "Boston College",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "b1114c22-3481-40b4-a832-962623968ae6",
            "gambit_id": "16083332-aa51-492e-90fb-bd6d3919c2e4",
            "last_updated": "2022-10-23T12:57:23.368625-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wake Forest",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-20.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a085c359-3604-47e7-a99d-9c3f6fd1044c/?format=api"
        },
        {
            "id": "bbe538cc-e4cc-4acc-860f-866d1b2fcd9a",
            "gambit_id": "3a691246-f503-410a-8989-7d09b1d68df9",
            "last_updated": "2022-10-23T12:57:23.369605-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston College",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "20.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a085c359-3604-47e7-a99d-9c3f6fd1044c/?format=api"
        }
    ]
}