GET /api/bet_types/c77ff61e-7340-44f4-a17d-8447014a669f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c77ff61e-7340-44f4-a17d-8447014a669f",
    "match": "https://api-prod.gambitprofit.com/api/matches/ef2bb90a-92a0-4d0c-af77-908544f69ce8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-05T11:47:05.381692-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": "HOU",
                "amount": 6308.0
            },
            {
                "team": "SEA",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "9d67a840-ea42-4a91-b9af-8833d2f5ea9a",
            "gambit_id": "862d6d08-f97c-4103-b95e-24c3406752af",
            "last_updated": "2023-05-06T11:52:02.687846-04:00",
            "created_at": "2023-05-05T11:47:05.385171-04:00",
            "name": "HOU",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c77ff61e-7340-44f4-a17d-8447014a669f/?format=api"
        },
        {
            "id": "3559da1e-01f5-40a9-a366-b8acc85fcc55",
            "gambit_id": "f5c531c0-e59f-4ea9-a8cd-1e803a9b096f",
            "last_updated": "2023-05-06T11:52:02.689643-04:00",
            "created_at": "2023-05-05T11:47:05.383341-04:00",
            "name": "SEA",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c77ff61e-7340-44f4-a17d-8447014a669f/?format=api"
        }
    ]
}