GET /api/bet_types/e0bacd5a-6b62-4a3b-a1b4-776f7cd913f6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e0bacd5a-6b62-4a3b-a1b4-776f7cd913f6",
    "match": "https://api-prod.gambitprofit.com/api/matches/2e18e299-b833-4c3f-b8ca-70437f4d25ac/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-16T09:08:25.758809-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": "LOS",
                "amount": 6390.0
            },
            {
                "team": "NYM",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "f67ca6e1-30a4-4569-9986-9e97cf1e90f5",
            "gambit_id": "09bd6cdf-b2d9-4e09-b572-dd5595d1c77d",
            "last_updated": "2023-07-18T09:08:29.488120-04:00",
            "created_at": "2023-07-16T09:08:25.760413-04:00",
            "name": "LOS",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0bacd5a-6b62-4a3b-a1b4-776f7cd913f6/?format=api"
        },
        {
            "id": "6721ff50-52cd-4917-a48f-26da13db5dc3",
            "gambit_id": "e0c3ceb7-262f-4f0a-a5d5-b47a30eb0e5a",
            "last_updated": "2023-07-18T09:08:29.489444-04:00",
            "created_at": "2023-07-16T09:08:25.762190-04:00",
            "name": "NYM",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0bacd5a-6b62-4a3b-a1b4-776f7cd913f6/?format=api"
        }
    ]
}