GET /api/bet_types/7a3866b8-c062-4475-80b7-36e043c41bd9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7a3866b8-c062-4475-80b7-36e043c41bd9",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d199286-4409-4767-8f16-9e515b034500/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-20T10:51:57.123267-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": "PIT (M Keller)",
                "amount": 5827.0
            },
            {
                "team": "ARI (B Pfaadt)",
                "amount": 4173.0
            }
        ],
        "expected_reward_tokens": 9556.17,
        "profit_sb": 56.17,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "9b1201a5-ece7-4a53-a50a-fa32bb30efed",
            "gambit_id": "d9c9cb14-b0db-4543-92a4-4d0a912b9485",
            "last_updated": "2023-05-22T13:27:21.158130-04:00",
            "created_at": "2023-05-20T10:51:57.125702-04:00",
            "name": "PIT (M Keller)",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a3866b8-c062-4475-80b7-36e043c41bd9/?format=api"
        },
        {
            "id": "57a7b043-d4db-4942-a5ec-7d470fbc64a9",
            "gambit_id": "1716ec81-821c-4cef-a64e-6682de4d1c06",
            "last_updated": "2023-05-22T13:27:21.159276-04:00",
            "created_at": "2023-05-20T10:51:57.128070-04:00",
            "name": "ARI (B Pfaadt)",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a3866b8-c062-4475-80b7-36e043c41bd9/?format=api"
        }
    ]
}