GET /api/bet_types/d869b641-1915-40fa-8d67-c63e1ce60e11/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d869b641-1915-40fa-8d67-c63e1ce60e11",
    "match": "https://api-prod.gambitprofit.com/api/matches/00a86ea6-8d46-444c-b810-f50619fce322/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-03T09:56:53.979462-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": "LAA",
                "amount": 6163.0
            },
            {
                "team": "SEA",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "c2fb786b-60da-42eb-91b7-d3c1bbefeb76",
            "gambit_id": "82425df8-df87-47bc-8642-bcdec9d90b2d",
            "last_updated": "2023-04-04T11:12:05.813249-04:00",
            "created_at": "2023-04-03T09:56:53.982981-04:00",
            "name": "LAA",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d869b641-1915-40fa-8d67-c63e1ce60e11/?format=api"
        },
        {
            "id": "3ab13095-f33e-4079-b99e-a566f510946f",
            "gambit_id": "ffaf0b2e-e499-4317-926b-e993ed59e15d",
            "last_updated": "2023-04-04T11:12:05.811843-04:00",
            "created_at": "2023-04-03T09:56:53.981227-04:00",
            "name": "SEA",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d869b641-1915-40fa-8d67-c63e1ce60e11/?format=api"
        }
    ]
}