GET /api/bet_types/27977d2b-2516-4ea5-8095-6b8f5a0430a7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "27977d2b-2516-4ea5-8095-6b8f5a0430a7",
    "match": "https://api-prod.gambitprofit.com/api/matches/7fd5543b-2b9b-4c13-b31d-a10b1cf2091e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-22T08:38:12.996115-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": "MIN (S Gray)",
                "amount": 5615.0
            },
            {
                "team": "CWS (D Cease)",
                "amount": 4385.0
            }
        ],
        "expected_reward_tokens": 9601.65,
        "profit_sb": 101.65,
        "profit_sb_percentage": 1.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "8c7b9b92-75a6-47bb-bd84-ceb4059a6c5d",
            "gambit_id": "aa48bd87-660c-4139-b61d-a361f9743e29",
            "last_updated": "2023-07-23T10:08:05.972687-04:00",
            "created_at": "2023-07-22T08:38:13.005118-04:00",
            "name": "MIN (S Gray)",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27977d2b-2516-4ea5-8095-6b8f5a0430a7/?format=api"
        },
        {
            "id": "7ba9c66a-9001-47fa-a40a-987d8597274f",
            "gambit_id": "cbd0cf46-a7b4-4654-bcd8-2c10eeb97a77",
            "last_updated": "2023-07-23T10:08:05.976258-04:00",
            "created_at": "2023-07-22T08:38:13.000280-04:00",
            "name": "CWS (D Cease)",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27977d2b-2516-4ea5-8095-6b8f5a0430a7/?format=api"
        }
    ]
}