GET /api/bet_types/2d18d308-598b-4e31-a545-f6e8bff4e5e5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2d18d308-598b-4e31-a545-f6e8bff4e5e5",
    "match": "https://api-prod.gambitprofit.com/api/matches/7db4142a-abaa-4f1e-882d-5ce5703d7545/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-04T09:48:06.125857-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": "SFO",
                "amount": 6090.0
            },
            {
                "team": "CHC",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "7a9be09b-a3c2-470e-b40c-5b86670667df",
            "gambit_id": "5982c151-14cf-4ef2-b2e3-202f9e8ece49",
            "last_updated": "2023-09-05T17:08:01.649745-04:00",
            "created_at": "2023-09-04T09:48:06.133693-04:00",
            "name": "SFO",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d18d308-598b-4e31-a545-f6e8bff4e5e5/?format=api"
        },
        {
            "id": "12eb7fdd-1554-4081-a34a-375d23ca3484",
            "gambit_id": "285afecb-a0fc-4745-a937-b847b02e6819",
            "last_updated": "2023-09-05T17:08:01.654117-04:00",
            "created_at": "2023-09-04T09:48:06.138908-04:00",
            "name": "CHC",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d18d308-598b-4e31-a545-f6e8bff4e5e5/?format=api"
        }
    ]
}