GET /api/bet_types/dc4f7de1-add3-43b7-a685-dea8f63a4069/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dc4f7de1-add3-43b7-a685-dea8f63a4069",
    "match": "https://api-prod.gambitprofit.com/api/matches/f088eb30-9ff0-4794-bea4-024ed1a7a23f/?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": "Liberty",
                "amount": 5000.0
            },
            {
                "team": "Southern Miss",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "9575633f-3219-4c22-b365-bf111c4ffe38",
            "gambit_id": "c2bd3ae8-307f-4346-9bf4-73be171b999d",
            "last_updated": "2022-09-05T09:37:18.357134-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Liberty",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc4f7de1-add3-43b7-a685-dea8f63a4069/?format=api"
        },
        {
            "id": "4a07d932-238c-444a-b156-61803cb85432",
            "gambit_id": "06fdd937-6e59-4309-b466-6919922aada5",
            "last_updated": "2022-09-05T09:37:18.356190-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Southern Miss",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc4f7de1-add3-43b7-a685-dea8f63a4069/?format=api"
        }
    ]
}