GET /api/bet_types/1c9adf52-b0c2-4b3a-99db-5ed4365b2d50/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c9adf52-b0c2-4b3a-99db-5ed4365b2d50",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9b5dae2-9fa6-4722-addc-c70555c833bd/?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": "Nevada",
                "amount": 5000.0
            },
            {
                "team": "Texas St",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "aa53d662-19e0-42a8-a3f7-645e4f095290",
            "gambit_id": "6279c2ae-5101-4d8b-a461-0553f4a915b9",
            "last_updated": "2022-09-05T09:47:21.757288-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nevada",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c9adf52-b0c2-4b3a-99db-5ed4365b2d50/?format=api"
        },
        {
            "id": "31fed0c0-bc77-4624-a0b3-9938b484d9a8",
            "gambit_id": "b1dbf6ab-0c6b-4760-a74e-de366104f8e4",
            "last_updated": "2022-09-05T09:47:21.758458-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas St",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c9adf52-b0c2-4b3a-99db-5ed4365b2d50/?format=api"
        }
    ]
}