GET /api/bet_types/73678cd6-b94e-46df-818c-73f79d300d9d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "73678cd6-b94e-46df-818c-73f79d300d9d",
    "match": "https://api-prod.gambitprofit.com/api/matches/3d1e9132-872d-4c3d-8dad-618846948cd8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-26T09:23:24.578240-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": 5319.0
            },
            {
                "team": "KAN",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "2184fd3e-c228-497c-bfb5-d0968bd6dda2",
            "gambit_id": "d1e0ae74-646b-445e-a3c9-8e0be42950f9",
            "last_updated": "2023-08-28T16:23:33.452852-04:00",
            "created_at": "2023-08-26T09:23:24.586091-04:00",
            "name": "SEA",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73678cd6-b94e-46df-818c-73f79d300d9d/?format=api"
        },
        {
            "id": "a4d8d478-c60b-4159-b81c-b7d495b2bc21",
            "gambit_id": "8658860b-f857-4821-a796-01de647277a3",
            "last_updated": "2023-08-28T16:23:33.447973-04:00",
            "created_at": "2023-08-26T09:23:24.581866-04:00",
            "name": "KAN",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73678cd6-b94e-46df-818c-73f79d300d9d/?format=api"
        }
    ]
}