GET /api/bet_types/673ba625-e263-4742-8ee4-9be203ad88e1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "673ba625-e263-4742-8ee4-9be203ad88e1",
    "match": "https://api-prod.gambitprofit.com/api/matches/5b866136-9e7e-4065-b1c9-ff33c03f41a2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-20T10:51:56.250483-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": "TOR (A Manoah)",
                "amount": 5527.0
            },
            {
                "team": "BAL (G Rodriguez)",
                "amount": 4473.0
            }
        ],
        "expected_reward_tokens": 9616.95,
        "profit_sb": 116.95,
        "profit_sb_percentage": 1.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "c1a94fff-c83d-4517-b4c5-5bf423ae7138",
            "gambit_id": "b59fae8c-8db4-4e54-acf6-1dd7aa9773a4",
            "last_updated": "2023-05-22T13:27:21.840135-04:00",
            "created_at": "2023-05-20T10:51:56.254859-04:00",
            "name": "TOR (A Manoah)",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/673ba625-e263-4742-8ee4-9be203ad88e1/?format=api"
        },
        {
            "id": "88d9bd20-8611-4881-967f-633a0475a42c",
            "gambit_id": "29c4f956-2333-49ba-9cdd-848ee7ea207d",
            "last_updated": "2023-05-22T13:27:21.839008-04:00",
            "created_at": "2023-05-20T10:51:56.252511-04:00",
            "name": "BAL (G Rodriguez)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/673ba625-e263-4742-8ee4-9be203ad88e1/?format=api"
        }
    ]
}