GET /api/bet_types/e915702d-7f10-45ea-becb-c8b263e77f68/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e915702d-7f10-45ea-becb-c8b263e77f68",
    "match": "https://api-prod.gambitprofit.com/api/matches/d1a5cf8b-e244-4eba-b657-ec64a8e61d49/?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": "Ohio",
                "amount": 5000.0
            },
            {
                "team": "Toledo",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "39fc7b22-3f37-4881-9563-fddf0ba17f8f",
            "gambit_id": "f0c5582f-eb19-4c3c-8b36-a93e75ead57e",
            "last_updated": "2022-12-05T11:17:09.526321-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ohio",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e915702d-7f10-45ea-becb-c8b263e77f68/?format=api"
        },
        {
            "id": "e59f99dc-09bc-4904-9fda-d7bc6ef80344",
            "gambit_id": "0b0f32ad-b28e-49b6-9ef1-9a5c825b6dd9",
            "last_updated": "2022-12-05T11:17:09.527297-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toledo",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e915702d-7f10-45ea-becb-c8b263e77f68/?format=api"
        }
    ]
}