GET /api/bet_types/1af3172b-dfe6-4983-bbaa-d048b491d775/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1af3172b-dfe6-4983-bbaa-d048b491d775",
    "match": "https://api-prod.gambitprofit.com/api/matches/222ca11f-12d3-436d-ada5-c4956f8a144d/?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": "Oregon State",
                "amount": 5000.0
            },
            {
                "team": "Utah",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": 250.0,
        "profit_sb_percentage": 2.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "43368046-0402-47f2-ad92-80c7978f7f3f",
            "gambit_id": "881c349f-312c-4ad7-9fa0-94f0f53b7e92",
            "last_updated": "2022-10-02T20:02:04.623069-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oregon State",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1af3172b-dfe6-4983-bbaa-d048b491d775/?format=api"
        },
        {
            "id": "d4b2dfed-9123-49e0-9183-c2098ba7ec8c",
            "gambit_id": "33bb7773-aae4-4f9a-b5ed-6258c46d7359",
            "last_updated": "2022-10-02T20:02:04.622101-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1af3172b-dfe6-4983-bbaa-d048b491d775/?format=api"
        }
    ]
}