GET /api/bet_types/4323655b-fd4d-4200-a324-c7334504de49/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4323655b-fd4d-4200-a324-c7334504de49",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac1ba6fc-d7c4-4332-8280-88a322132f12/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05: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": "SDG",
                "amount": 5580.0
            },
            {
                "team": "LOS",
                "amount": 4420.0
            }
        ],
        "expected_reward_tokens": 9149.4,
        "profit_sb": 149.4,
        "profit_sb_percentage": 1.66,
        "recommended": true
    },
    "lines": [
        {
            "id": "0be4c0d5-1867-4335-ac61-bfd6616e95d3",
            "gambit_id": "7b4912ee-bc6a-40a1-aa14-56b4efc969ed",
            "last_updated": "2022-09-05T13:32:05.487193-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "1.64000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4323655b-fd4d-4200-a324-c7334504de49/?format=api"
        },
        {
            "id": "9f670111-2c1a-43d4-881c-516506132db2",
            "gambit_id": "eb4ee1cb-76cb-4c58-a63d-d8e19fedb67c",
            "last_updated": "2022-09-05T13:32:05.486103-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS",
            "reward": "2.07000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4323655b-fd4d-4200-a324-c7334504de49/?format=api"
        }
    ]
}