GET /api/bet_types/a24a0789-2bd9-4da4-a978-8baaa0d12b1d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a24a0789-2bd9-4da4-a978-8baaa0d12b1d",
    "match": "https://api-prod.gambitprofit.com/api/matches/cf0792ae-a6b1-46eb-b676-59e68ed0767c/?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": 5591.0
            },
            {
                "team": "LOS",
                "amount": 4409.0
            }
        ],
        "expected_reward_tokens": 9391.17,
        "profit_sb": 391.17,
        "profit_sb_percentage": 4.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "9283d411-07d4-46f1-b4ae-4f6cc11cb9e7",
            "gambit_id": "8eb20f57-52a9-41d4-8043-8bf818f4b118",
            "last_updated": "2022-09-30T09:47:09.946965-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a24a0789-2bd9-4da4-a978-8baaa0d12b1d/?format=api"
        },
        {
            "id": "2891a205-003c-4279-a8ed-c3553d725970",
            "gambit_id": "54bf6943-fa22-48af-a922-e82ac053e058",
            "last_updated": "2022-09-30T09:47:09.947956-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS",
            "reward": "2.13000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a24a0789-2bd9-4da4-a978-8baaa0d12b1d/?format=api"
        }
    ]
}