GET /api/bet_types/3fcad63b-0da8-4cac-9b5f-d3fea6889a58/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3fcad63b-0da8-4cac-9b5f-d3fea6889a58",
    "match": "https://api-prod.gambitprofit.com/api/matches/72a763f1-162e-4f9c-9824-5c40b024d703/?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": 5745.0
            },
            {
                "team": "LOS",
                "amount": 4255.0
            }
        ],
        "expected_reward_tokens": 9190.8,
        "profit_sb": 190.8,
        "profit_sb_percentage": 2.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "97c696b1-b3a5-4d1f-ba8e-db6be9df254e",
            "gambit_id": "81e6e8f4-b65b-4a40-a543-13583134b8c4",
            "last_updated": "2022-09-03T18:52:29.222084-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "1.60000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fcad63b-0da8-4cac-9b5f-d3fea6889a58/?format=api"
        },
        {
            "id": "b40a69dc-deda-4c95-b024-94e7481ff9df",
            "gambit_id": "c3d7c704-ac73-4d81-bcc7-c1a8d704cd8b",
            "last_updated": "2022-09-03T18:52:29.221017-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS",
            "reward": "2.16000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fcad63b-0da8-4cac-9b5f-d3fea6889a58/?format=api"
        }
    ]
}