GET /api/bet_types/f6fefcc0-a24c-458d-b887-84e6f6159338/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f6fefcc0-a24c-458d-b887-84e6f6159338",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd57fe11-1ffc-4e7b-83f0-c6f287aea3f3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-30T12:47:11.844381-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": "NYY (N Cortes)",
                "amount": 5311.0
            },
            {
                "team": "TEX (M Perez)",
                "amount": 4689.0
            }
        ],
        "expected_reward_tokens": 9612.45,
        "profit_sb": 112.45,
        "profit_sb_percentage": 1.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "b61b9bec-2c0c-48fd-bd8c-a116fdcef779",
            "gambit_id": "4674bdb8-157a-40c2-a446-0555799ca5ab",
            "last_updated": "2023-05-01T12:27:24.862351-04:00",
            "created_at": "2023-04-30T12:47:11.847344-04:00",
            "name": "NYY (N Cortes)",
            "reward": "1.81000",
            "odds": "1.84030",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6fefcc0-a24c-458d-b887-84e6f6159338/?format=api"
        },
        {
            "id": "58688bde-395a-410d-a949-44ed98811092",
            "gambit_id": "60c2e32c-7cd2-4ee7-98d7-a5c0ac108fe7",
            "last_updated": "2023-05-01T12:27:24.860630-04:00",
            "created_at": "2023-04-30T12:47:11.845812-04:00",
            "name": "TEX (M Perez)",
            "reward": "2.05000",
            "odds": "2.09000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6fefcc0-a24c-458d-b887-84e6f6159338/?format=api"
        }
    ]
}