GET /api/bet_types/63362508-7033-4fd5-b892-c80c65f68f00/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "63362508-7033-4fd5-b892-c80c65f68f00",
    "match": "https://api-prod.gambitprofit.com/api/matches/a517d032-994e-41c6-ac7c-ace687cc3b00/?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": "TCU",
                "amount": 5000.0
            },
            {
                "team": "Texas Tech",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b222ad92-d95f-4ce0-a5ac-8309ba877ecf",
            "gambit_id": "cda428d1-b895-46d4-b871-653a8530aa0d",
            "last_updated": "2022-11-06T08:27:29.616376-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TCU",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63362508-7033-4fd5-b892-c80c65f68f00/?format=api"
        },
        {
            "id": "827bea36-ae1e-4f15-bb45-642d51e22995",
            "gambit_id": "3db80cbe-8213-476b-a35d-6c6bb15fdf95",
            "last_updated": "2022-11-06T08:27:29.617501-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas Tech",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63362508-7033-4fd5-b892-c80c65f68f00/?format=api"
        }
    ]
}