GET /api/bet_types/d723136b-c599-4ebf-87e7-6a4eb10065a7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d723136b-c599-4ebf-87e7-6a4eb10065a7",
    "match": "https://api-prod.gambitprofit.com/api/matches/5aa92ffe-0508-40e4-819d-0b6f9c17def5/?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": "Tulane",
                "amount": 5000.0
            },
            {
                "team": "Kansas State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "1902e6ad-5022-4aef-890b-abdf0ec949ca",
            "gambit_id": "f95edfbf-a955-4040-ab7f-e2ef2f81f479",
            "last_updated": "2022-09-18T20:37:19.660127-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tulane",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d723136b-c599-4ebf-87e7-6a4eb10065a7/?format=api"
        },
        {
            "id": "944ded99-d8f2-4cdd-ba9a-e78f7f498b80",
            "gambit_id": "ea108afc-bf2e-411a-ac6d-7b4acf35279c",
            "last_updated": "2022-09-18T20:37:19.659170-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d723136b-c599-4ebf-87e7-6a4eb10065a7/?format=api"
        }
    ]
}