GET /api/bet_types/099e4883-48df-4781-b3ff-c70aad751b7f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "099e4883-48df-4781-b3ff-c70aad751b7f",
    "match": "https://api-prod.gambitprofit.com/api/matches/f9542557-ded9-4067-9aff-4b8dc950e4cb/?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": "Mississippi State",
                "amount": 5000.0
            },
            {
                "team": "Auburn",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "febe35df-93c1-4245-849b-52b4a772950a",
            "gambit_id": "8497747a-4f04-423c-8ebc-0a59571e999d",
            "last_updated": "2022-11-06T16:13:01.537578-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Mississippi State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/099e4883-48df-4781-b3ff-c70aad751b7f/?format=api"
        },
        {
            "id": "e13c9bb8-d373-4965-a94f-3a2ceb0453a4",
            "gambit_id": "59af4db9-72ae-4635-9d32-4d257e96cc77",
            "last_updated": "2022-11-06T16:13:01.538537-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Auburn",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/099e4883-48df-4781-b3ff-c70aad751b7f/?format=api"
        }
    ]
}