GET /api/bet_types/1c619896-6936-46be-932b-8a5ebac7ef98/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c619896-6936-46be-932b-8a5ebac7ef98",
    "match": "https://api-prod.gambitprofit.com/api/matches/8537bf61-12d8-4bc7-a1c8-4ead68fb6eb5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-25T12:38:07.015499-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": "SEA",
                "amount": 6324.0
            },
            {
                "team": "MIN",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "dc1798d9-7845-425a-b887-3be8eb5ed0a9",
            "gambit_id": "666b00cd-3bc7-4260-a77d-3de5d2c4a6c9",
            "last_updated": "2023-07-27T13:02:58.054589-04:00",
            "created_at": "2023-07-25T12:38:07.019855-04:00",
            "name": "SEA",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c619896-6936-46be-932b-8a5ebac7ef98/?format=api"
        },
        {
            "id": "b6cd3049-113b-4151-b212-cf7d811b6658",
            "gambit_id": "9dbf896a-a325-4d9c-bc06-52d4bbe88934",
            "last_updated": "2023-07-27T13:02:58.057941-04:00",
            "created_at": "2023-07-25T12:38:07.023979-04:00",
            "name": "MIN",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c619896-6936-46be-932b-8a5ebac7ef98/?format=api"
        }
    ]
}