GET /api/bet_types/3a87b6e2-9937-4081-89f5-3174264fec98/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a87b6e2-9937-4081-89f5-3174264fec98",
    "match": "https://api-prod.gambitprofit.com/api/matches/defda175-2ea5-47d5-80cf-98d0d17316f2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-16T12:17:23.000893-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 (G Cole)",
                "amount": 5909.0
            },
            {
                "team": "MIN (P Lopez)",
                "amount": 4091.0
            }
        ],
        "expected_reward_tokens": 9572.58,
        "profit_sb": 72.58,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "3a8555a7-a224-4001-85ab-1073ebf828ca",
            "gambit_id": "fab06a8f-cd30-4ded-93c3-5dad9136fa95",
            "last_updated": "2023-04-18T12:12:07.099157-04:00",
            "created_at": "2023-04-16T12:17:23.003327-04:00",
            "name": "NYY (G Cole)",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a87b6e2-9937-4081-89f5-3174264fec98/?format=api"
        },
        {
            "id": "20dfc742-5aca-43be-b01a-c3aa76cd416c",
            "gambit_id": "e8b970cd-181a-4daf-9429-e3d7d6227d05",
            "last_updated": "2023-04-18T12:12:07.100663-04:00",
            "created_at": "2023-04-16T12:17:23.005376-04:00",
            "name": "MIN (P Lopez)",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a87b6e2-9937-4081-89f5-3174264fec98/?format=api"
        }
    ]
}