GET /api/bet_types/2416fec1-2dc7-4981-bc7a-1ec6f0aaa35a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2416fec1-2dc7-4981-bc7a-1ec6f0aaa35a",
    "match": "https://api-prod.gambitprofit.com/api/matches/5ab56cc4-1009-4986-b9bf-5d0933e22a39/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-09T11:07:05.310055-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": "BAL",
                "amount": 5512.0
            },
            {
                "team": "TAM",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "9283aa0e-bf11-40ce-8999-22a8680330b8",
            "gambit_id": "bf53b360-d9c0-4af6-a373-61724d49c266",
            "last_updated": "2023-05-10T15:42:08.383635-04:00",
            "created_at": "2023-05-09T11:07:05.311927-04:00",
            "name": "BAL",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2416fec1-2dc7-4981-bc7a-1ec6f0aaa35a/?format=api"
        },
        {
            "id": "9fd991f5-6fe1-4437-99d8-ed04083816c0",
            "gambit_id": "d22010d9-960f-4dcc-bcaf-4cd2927d9201",
            "last_updated": "2023-05-10T15:42:08.385017-04:00",
            "created_at": "2023-05-09T11:07:05.313803-04:00",
            "name": "TAM",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2416fec1-2dc7-4981-bc7a-1ec6f0aaa35a/?format=api"
        }
    ]
}