GET /api/bet_types/6f731e23-88a1-4eb2-8e61-04cf35aab0d2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6f731e23-88a1-4eb2-8e61-04cf35aab0d2",
    "match": "https://api-prod.gambitprofit.com/api/matches/8827f37e-6050-486a-a74e-bf2288a313c8/?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": "Kansas State",
                "amount": 5000.0
            },
            {
                "team": "Kansas",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "ce2943a2-0289-410f-974b-564d8e3698f6",
            "gambit_id": "db1a6b0d-63d7-4026-b3c2-2d528ed406bb",
            "last_updated": "2022-11-28T09:22:07.136403-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f731e23-88a1-4eb2-8e61-04cf35aab0d2/?format=api"
        },
        {
            "id": "833d2b8e-09e7-464a-b547-000b830f7bf7",
            "gambit_id": "c9740e99-58c3-455b-86c6-34bed45cf28f",
            "last_updated": "2022-11-28T09:22:07.137455-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f731e23-88a1-4eb2-8e61-04cf35aab0d2/?format=api"
        }
    ]
}