GET /api/bet_types/fc979a1a-963c-49b0-8685-c28949eaef6e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fc979a1a-963c-49b0-8685-c28949eaef6e",
    "match": "https://api-prod.gambitprofit.com/api/matches/e950abbf-07c9-4a1d-bb7c-0a025056d557/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-28T10:07:01.061771-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": "Golden State Warriors",
                "amount": 7485.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 2515.0
            }
        ],
        "expected_reward_tokens": 9505.95,
        "profit_sb": 5.95,
        "profit_sb_percentage": 0.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "04ee3ed0-c946-4353-ad87-d7be2d83183a",
            "gambit_id": "5dd343c8-016b-4026-97d3-0b4c9a7c2dc0",
            "last_updated": "2023-03-29T10:22:00.070302-04:00",
            "created_at": "2023-03-28T10:07:01.063203-04:00",
            "name": "Golden State Warriors",
            "reward": "1.27000",
            "odds": "1.27780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc979a1a-963c-49b0-8685-c28949eaef6e/?format=api"
        },
        {
            "id": "47ff6f99-a693-47be-b6f1-f308a58bb260",
            "gambit_id": "60106c59-b423-4515-a575-2c3ecc5c4d7b",
            "last_updated": "2023-03-29T10:22:00.071660-04:00",
            "created_at": "2023-03-28T10:07:01.064756-04:00",
            "name": "New Orleans Pelicans",
            "reward": "3.78000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc979a1a-963c-49b0-8685-c28949eaef6e/?format=api"
        }
    ]
}