GET /api/bet_types/d272cf41-8e76-486c-8191-22c5d13c0b47/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d272cf41-8e76-486c-8191-22c5d13c0b47",
    "match": "https://api-prod.gambitprofit.com/api/matches/359fe0d6-36b9-4726-aa07-5f6afdf464d8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-26T09:43:13.450410-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": "Brooklyn Nets",
                "amount": 5000.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b486567e-a22d-4836-a7d8-04a8fb26707b",
            "gambit_id": "2011c0f6-7321-4d3a-9579-602031143947",
            "last_updated": "2023-11-27T21:32:57.772647-05:00",
            "created_at": "2023-11-26T09:43:13.458354-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d272cf41-8e76-486c-8191-22c5d13c0b47/?format=api"
        },
        {
            "id": "305eb6ef-0d6a-466c-bccc-7b355598ba84",
            "gambit_id": "2dd09e56-a6d5-42bc-b74c-5f81a6f3f239",
            "last_updated": "2023-11-27T21:32:57.768162-05:00",
            "created_at": "2023-11-26T09:43:13.454674-05:00",
            "name": "Chicago Bulls",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d272cf41-8e76-486c-8191-22c5d13c0b47/?format=api"
        }
    ]
}