GET /api/bet_types/6cb02cc0-290a-4f13-ab28-ab7a9a06f3b6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6cb02cc0-290a-4f13-ab28-ab7a9a06f3b6",
    "match": "https://api-prod.gambitprofit.com/api/matches/f63b3ae2-9f79-49e4-914c-b965fd213e2f/?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": "Northern Illinois",
                "amount": 5000.0
            },
            {
                "team": "Central Michigan",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "56402c72-697e-46f5-9b0e-35c87d16ef6d",
            "gambit_id": "9f174c90-d7b2-4f7b-b9c0-536097d0f784",
            "last_updated": "2022-11-03T09:24:00.612165-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Northern Illinois",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cb02cc0-290a-4f13-ab28-ab7a9a06f3b6/?format=api"
        },
        {
            "id": "3b0c5e55-76b7-4680-9ba0-86602cc8df0c",
            "gambit_id": "29a71435-7fba-4f13-99fa-cc2c05bebbcd",
            "last_updated": "2022-11-03T09:24:00.613121-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Central Michigan",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cb02cc0-290a-4f13-ab28-ab7a9a06f3b6/?format=api"
        }
    ]
}