GET /api/bet_types/161a3b44-30bb-4eca-8e71-1896fc0fbac1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "161a3b44-30bb-4eca-8e71-1896fc0fbac1",
    "match": "https://api-prod.gambitprofit.com/api/matches/3817fff2-4e58-4482-9724-d3972aaf567b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-01T09:47:55.274615-05: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": "Dallas Mavericks",
                "amount": 6706.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 3294.0
            }
        ],
        "expected_reward_tokens": 9453.78,
        "profit_sb": -46.22,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "d2168cd0-ae89-47be-b95d-b9ef531f30c3",
            "gambit_id": "b783d7fa-b2a7-4c99-b291-315c23be6c89",
            "last_updated": "2023-12-02T09:38:00.243538-05:00",
            "created_at": "2023-12-01T09:47:55.282421-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.41000",
            "odds": "1.42550",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/161a3b44-30bb-4eca-8e71-1896fc0fbac1/?format=api"
        },
        {
            "id": "870e2756-8c86-41b1-b86f-c26c52051d2a",
            "gambit_id": "2096186a-7c0b-409a-a034-99a4a0a65c87",
            "last_updated": "2023-12-02T09:38:00.239860-05:00",
            "created_at": "2023-12-01T09:47:55.278297-05:00",
            "name": "Memphis Grizzlies",
            "reward": "2.87000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/161a3b44-30bb-4eca-8e71-1896fc0fbac1/?format=api"
        }
    ]
}