GET /api/bet_types/6c197bf1-a412-4304-84e5-6d163ec94251/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c197bf1-a412-4304-84e5-6d163ec94251",
    "match": "https://api-prod.gambitprofit.com/api/matches/a87395bb-4615-4514-919f-8de9f8d73d59/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-21T10:17:16.994005-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 (S Ohtani)",
                "amount": 5914.0
            },
            {
                "team": "MIN (P Lopez)",
                "amount": 4086.0
            }
        ],
        "expected_reward_tokens": 9520.38,
        "profit_sb": 20.38,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "60efc0ad-46ac-4d4d-880e-f6d2caed1e6e",
            "gambit_id": "7a7a1ee9-5e45-4646-8e95-940266f97334",
            "last_updated": "2023-05-22T13:37:01.061919-04:00",
            "created_at": "2023-05-21T10:17:16.995536-04:00",
            "name": "LAA (S Ohtani)",
            "reward": "1.61000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c197bf1-a412-4304-84e5-6d163ec94251/?format=api"
        },
        {
            "id": "f6bfc897-8e0a-4387-9c43-712ac1aa007b",
            "gambit_id": "d3f92769-a8d9-408c-876f-95e82de9f44c",
            "last_updated": "2023-05-22T13:37:01.063153-04:00",
            "created_at": "2023-05-21T10:17:16.997035-04:00",
            "name": "MIN (P Lopez)",
            "reward": "2.33000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c197bf1-a412-4304-84e5-6d163ec94251/?format=api"
        }
    ]
}