GET /api/bet_types/448a0a76-25be-4f49-bc7a-60b0177759c7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "448a0a76-25be-4f49-bc7a-60b0177759c7",
    "match": "https://api-prod.gambitprofit.com/api/matches/c3b29034-7350-4619-8759-218616422a07/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-03T09:56:52.372985-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 (T Mahle)",
                "amount": 5337.0
            },
            {
                "team": "MIA (J Cueto)",
                "amount": 4663.0
            }
        ],
        "expected_reward_tokens": 9605.78,
        "profit_sb": 105.78,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "ff062046-d63d-4662-8848-680068d8b876",
            "gambit_id": "81d0ec12-fcf4-47b7-b277-4d04c92c1dbf",
            "last_updated": "2023-04-04T19:32:05.664311-04:00",
            "created_at": "2023-04-03T09:56:52.375656-04:00",
            "name": "MIN (T Mahle)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/448a0a76-25be-4f49-bc7a-60b0177759c7/?format=api"
        },
        {
            "id": "6d262cca-9188-4831-932a-bece6d2180c5",
            "gambit_id": "c0229eae-69d8-4daa-b5be-77b1fa4d1006",
            "last_updated": "2023-04-04T19:32:05.662559-04:00",
            "created_at": "2023-04-03T09:56:52.374316-04:00",
            "name": "MIA (J Cueto)",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/448a0a76-25be-4f49-bc7a-60b0177759c7/?format=api"
        }
    ]
}