GET /api/bet_types/bc789f41-cdd3-44ad-b1e3-5a82c2d636b6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bc789f41-cdd3-44ad-b1e3-5a82c2d636b6",
    "match": "https://api-prod.gambitprofit.com/api/matches/af3b45cd-71d1-4b8b-b497-fe67bc77f23a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-19T00:01:55.576079-04: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": "Michigan State",
                "amount": 5000.0
            },
            {
                "team": "Marquette",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "08519d67-0968-4d85-9c08-a95b7456a8a5",
            "gambit_id": "005c9d81-29ab-4764-85a2-87f48df7585a",
            "last_updated": "2023-03-20T10:42:12.230490-04:00",
            "created_at": "2023-03-19T00:01:55.579538-04:00",
            "name": "Michigan State",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc789f41-cdd3-44ad-b1e3-5a82c2d636b6/?format=api"
        },
        {
            "id": "fad7134f-c011-4f87-97e8-0e1413cc1de3",
            "gambit_id": "32cdc6e8-84b3-4ac2-af8d-fd2aefc1f593",
            "last_updated": "2023-03-20T10:42:12.227589-04:00",
            "created_at": "2023-03-19T00:01:55.577719-04:00",
            "name": "Marquette",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc789f41-cdd3-44ad-b1e3-5a82c2d636b6/?format=api"
        }
    ]
}