GET /api/bet_types/dddfe37d-cae8-41b7-a982-c1de725fc807/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dddfe37d-cae8-41b7-a982-c1de725fc807",
    "match": "https://api-prod.gambitprofit.com/api/matches/6d4a60f3-3e62-48f9-960f-39f4c46fd502/?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": "UL Monroe",
                "amount": 5000.0
            },
            {
                "team": "Southern Miss",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "758046bb-b682-49b7-ad03-545f6474d84a",
            "gambit_id": "2f85cfc0-5fc7-4411-86ec-bb380885e8d1",
            "last_updated": "2022-11-28T09:42:16.206642-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UL Monroe",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dddfe37d-cae8-41b7-a982-c1de725fc807/?format=api"
        },
        {
            "id": "8e3ff675-31c4-44b0-8607-c3f765afaf5b",
            "gambit_id": "c58a5115-23a9-447e-bff9-6d64166d4887",
            "last_updated": "2022-11-28T09:42:16.207652-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Southern Miss",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dddfe37d-cae8-41b7-a982-c1de725fc807/?format=api"
        }
    ]
}