GET /api/bet_types/efc93e76-b3b7-4191-bfea-b4eafe5ae735/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "efc93e76-b3b7-4191-bfea-b4eafe5ae735",
    "match": "https://api-prod.gambitprofit.com/api/matches/1eb7eac3-f601-4da0-bda0-a76021abf37b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-17T10:28:01.822218-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": "MIL (B Woodruff)",
                "amount": 7106.0
            },
            {
                "team": "WAS (P Corbin)",
                "amount": 2894.0
            }
        ],
        "expected_reward_tokens": 9521.26,
        "profit_sb": 21.26,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "5886d5a7-6d8d-424b-b6e7-70bae304f88c",
            "gambit_id": "fc712402-50f4-4ddb-8243-bc3fb0111ac6",
            "last_updated": "2023-09-18T22:53:05.479510-04:00",
            "created_at": "2023-09-17T10:28:01.838936-04:00",
            "name": "MIL (B Woodruff)",
            "reward": "1.34000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efc93e76-b3b7-4191-bfea-b4eafe5ae735/?format=api"
        },
        {
            "id": "566d6a63-5e09-4fd5-a58b-2c65b3580d69",
            "gambit_id": "19fd6d88-01a6-4468-86af-a171c24f8189",
            "last_updated": "2023-09-18T22:53:05.476072-04:00",
            "created_at": "2023-09-17T10:28:01.831997-04:00",
            "name": "WAS (P Corbin)",
            "reward": "3.29000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efc93e76-b3b7-4191-bfea-b4eafe5ae735/?format=api"
        }
    ]
}