GET /api/bet_types/c99a3352-09e5-4c2c-a081-ab5fae9c540a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c99a3352-09e5-4c2c-a081-ab5fae9c540a",
    "match": "https://api-prod.gambitprofit.com/api/matches/368bd435-4aa6-4461-bd25-9d88a5edff18/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-03T12:12:10.129598-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": "KAN",
                "amount": 5317.0
            },
            {
                "team": "BAL",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "0c8658e6-fbbd-4183-b248-4e91c95f5118",
            "gambit_id": "92dace9e-870e-4f0c-9d98-e8c3ed1bf113",
            "last_updated": "2023-05-04T10:52:17.652045-04:00",
            "created_at": "2023-05-03T12:12:10.130888-04:00",
            "name": "KAN",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c99a3352-09e5-4c2c-a081-ab5fae9c540a/?format=api"
        },
        {
            "id": "e9e97515-268d-449b-bab0-21bdf060dc5b",
            "gambit_id": "fe54b29d-7a09-46ae-97b9-5b348c583a8a",
            "last_updated": "2023-05-04T10:52:17.653379-04:00",
            "created_at": "2023-05-03T12:12:10.132145-04:00",
            "name": "BAL",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c99a3352-09e5-4c2c-a081-ab5fae9c540a/?format=api"
        }
    ]
}