GET /api/bet_types/93213264-d237-4523-a50d-4d3d179b5dbf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "93213264-d237-4523-a50d-4d3d179b5dbf",
    "match": "https://api-prod.gambitprofit.com/api/matches/47d9d003-63dc-4010-bc5f-ecca787ddaeb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-12T09:32:56.397165-05: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": "Indiana Pacers",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "fe27e96b-9183-4af4-b23a-664878770662",
            "gambit_id": "ada84b2b-c731-4703-bdb0-b7b6e3f51499",
            "last_updated": "2023-11-14T09:23:06.470113-05:00",
            "created_at": "2023-11-12T09:32:56.401363-05:00",
            "name": "Indiana Pacers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93213264-d237-4523-a50d-4d3d179b5dbf/?format=api"
        },
        {
            "id": "3a9d4497-91df-4375-8e46-41b50634ec14",
            "gambit_id": "3f156996-4cb1-438a-9247-1f84aa5a0f57",
            "last_updated": "2023-11-14T09:23:06.474101-05:00",
            "created_at": "2023-11-12T09:32:56.405415-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93213264-d237-4523-a50d-4d3d179b5dbf/?format=api"
        }
    ]
}