GET /api/bet_types/b6493181-6355-42e4-80cb-4168817141a8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b6493181-6355-42e4-80cb-4168817141a8",
    "match": "https://api-prod.gambitprofit.com/api/matches/1cc0b4d7-9ec8-43c6-96ed-40b6e5534a3b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-26T08:58:02.254339-04: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": "MIL",
                "amount": 5512.0
            },
            {
                "team": "NYM",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "9a36cbdb-6b0d-4451-8ca9-e9efd81b1f82",
            "gambit_id": "8d73e1a7-0acf-4148-b4e0-6dfbfc29dd09",
            "last_updated": "2023-06-27T15:03:02.287183-04:00",
            "created_at": "2023-06-26T08:58:02.256400-04:00",
            "name": "MIL",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6493181-6355-42e4-80cb-4168817141a8/?format=api"
        },
        {
            "id": "da582ad6-b4b8-4d3a-8d1f-c4bf97c8e24c",
            "gambit_id": "6afa56a4-7ea9-4a46-81da-dc9c5aed53be",
            "last_updated": "2023-06-27T15:03:02.290789-04:00",
            "created_at": "2023-06-26T08:58:02.258453-04:00",
            "name": "NYM",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6493181-6355-42e4-80cb-4168817141a8/?format=api"
        }
    ]
}