GET /api/bet_types/d3376675-6feb-4269-a06a-f13a4fa3dbff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d3376675-6feb-4269-a06a-f13a4fa3dbff",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac59778f-0191-43ba-9f74-86cef51449ee/?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": "LAA",
                "amount": 5399.0
            },
            {
                "team": "OAK",
                "amount": 4601.0
            }
        ],
        "expected_reward_tokens": 9016.33,
        "profit_sb": 16.33,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "fc021385-792d-4acf-a89d-e9535f4953de",
            "gambit_id": "dc8df53d-3fd2-4c59-862e-966fbecbb4ef",
            "last_updated": "2022-09-30T09:47:08.872104-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA",
            "reward": "1.67000",
            "odds": "1.76920",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3376675-6feb-4269-a06a-f13a4fa3dbff/?format=api"
        },
        {
            "id": "3daa8cfd-7a54-4aef-b180-dadb583c25cd",
            "gambit_id": "8ca07648-8f32-470b-a9c7-416e72b57838",
            "last_updated": "2022-09-30T09:47:08.873073-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK",
            "reward": "1.96000",
            "odds": "2.10000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3376675-6feb-4269-a06a-f13a4fa3dbff/?format=api"
        }
    ]
}