GET /api/bet_types/c6a1d57c-897a-4d81-9f92-8010f9926d4c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c6a1d57c-897a-4d81-9f92-8010f9926d4c",
    "match": "https://api-prod.gambitprofit.com/api/matches/acc4ff33-4be7-4f27-a601-31f52ca9e7c5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-28T12:37:01.190124-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": "Utah Jazz",
                "amount": 7829.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 2171.0
            }
        ],
        "expected_reward_tokens": 9551.38,
        "profit_sb": 51.38,
        "profit_sb_percentage": 0.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "a569ac2d-d356-4096-96f7-79717ac09b1a",
            "gambit_id": "7e383b09-b495-4149-b134-81e05f86ed37",
            "last_updated": "2023-03-01T09:32:01.108804-05:00",
            "created_at": "2023-02-28T12:37:01.191291-05:00",
            "name": "Utah Jazz",
            "reward": "1.22000",
            "odds": "1.22220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6a1d57c-897a-4d81-9f92-8010f9926d4c/?format=api"
        },
        {
            "id": "8e1ac67f-0a65-4e5d-a120-13ba6ab2a0f1",
            "gambit_id": "7ca42c9a-7ad1-4f83-ad75-6e80e7bad26e",
            "last_updated": "2023-03-01T09:32:01.109889-05:00",
            "created_at": "2023-02-28T12:37:01.192548-05:00",
            "name": "San Antonio Spurs",
            "reward": "4.40000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6a1d57c-897a-4d81-9f92-8010f9926d4c/?format=api"
        }
    ]
}