GET /api/bet_types/89ebacbc-444f-4aa1-bea3-5391dfa71b89/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "89ebacbc-444f-4aa1-bea3-5391dfa71b89",
    "match": "https://api-prod.gambitprofit.com/api/matches/953d8b22-1c4a-4d79-baa3-1a7a673ed656/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Miami Heat",
                "amount": 7346.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 2654.0
            }
        ],
        "expected_reward_tokens": 9182.5,
        "profit_sb": 182.5,
        "profit_sb_percentage": 2.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "073a2f5c-9602-4953-9215-62318593c9cd",
            "gambit_id": "3244ed57-34e7-4ab0-9185-e96485a1489e",
            "last_updated": "2022-11-14T11:28:15.735563-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Heat",
            "reward": "1.25000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89ebacbc-444f-4aa1-bea3-5391dfa71b89/?format=api"
        },
        {
            "id": "8f289730-0b92-4da9-a46b-96888ba88557",
            "gambit_id": "4d1843ba-07d4-4d6f-a889-c809abd5045a",
            "last_updated": "2022-11-14T11:28:15.736488-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte Hornets",
            "reward": "3.46000",
            "odds": "3.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89ebacbc-444f-4aa1-bea3-5391dfa71b89/?format=api"
        }
    ]
}