GET /api/bet_types/22156442-bb8c-4492-816d-8b8acb23d785/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "22156442-bb8c-4492-816d-8b8acb23d785",
    "match": "https://api-prod.gambitprofit.com/api/matches/969f2a21-8746-4045-be6b-2ff384581c3b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-17T09:27:12.594227-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": "Milwaukee Bucks",
                "amount": 5000.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "2caa31f6-24ec-45b8-b66d-098dd1ba17b1",
            "gambit_id": "0486b0b4-db7f-4b47-8152-26dcbcaacd6b",
            "last_updated": "2023-01-18T09:26:57.571535-05:00",
            "created_at": "2023-01-17T09:27:12.595439-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22156442-bb8c-4492-816d-8b8acb23d785/?format=api"
        },
        {
            "id": "44a04be1-b563-4443-a0b0-baab55b92e35",
            "gambit_id": "eaf4ea37-1fe6-4d38-a3ca-a1ba02ba3ca3",
            "last_updated": "2023-01-18T09:26:57.572626-05:00",
            "created_at": "2023-01-17T09:27:12.596894-05:00",
            "name": "Toronto Raptors",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22156442-bb8c-4492-816d-8b8acb23d785/?format=api"
        }
    ]
}