GET /api/bet_types/f6644125-b06e-4957-ba78-1b27c12e347b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f6644125-b06e-4957-ba78-1b27c12e347b",
    "match": "https://api-prod.gambitprofit.com/api/matches/c856f2e4-08fe-43f4-9467-fd0eab576a5f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-24T12:58:01.017652-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": "Houston Texans",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Saints",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "adaf3324-18dd-4ac5-bb02-a2a3b400032b",
            "gambit_id": "5beef5b3-cc84-464c-b877-8146baa05a1f",
            "last_updated": "2023-08-29T09:27:55.775302-04:00",
            "created_at": "2023-08-24T12:58:01.022179-04:00",
            "name": "Houston Texans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6644125-b06e-4957-ba78-1b27c12e347b/?format=api"
        },
        {
            "id": "bfb4f717-bbc6-43e5-bede-cd3736c4dfeb",
            "gambit_id": "d65b8ebf-dea2-40ba-aa34-c562624e3a70",
            "last_updated": "2023-08-29T09:27:55.779372-04:00",
            "created_at": "2023-08-24T12:58:01.027104-04:00",
            "name": "New Orleans Saints",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6644125-b06e-4957-ba78-1b27c12e347b/?format=api"
        }
    ]
}