GET /api/bet_types/e3aa938a-a4e2-4973-b2f4-57651feb3657/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e3aa938a-a4e2-4973-b2f4-57651feb3657",
    "match": "https://api-prod.gambitprofit.com/api/matches/6cbc0599-b81b-4013-a222-3a5ef046252d/?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": "TOR (R Stripling)",
                "amount": 6444.0
            },
            {
                "team": "PIT (J Brubaker)",
                "amount": 3556.0
            }
        ],
        "expected_reward_tokens": 9279.36,
        "profit_sb": 279.36,
        "profit_sb_percentage": 3.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "5579ab9e-e884-4a4e-a7a1-f7f4cbc9b3f5",
            "gambit_id": "d42e385e-7512-4068-aa7b-ce60aa51e020",
            "last_updated": "2022-09-05T13:52:19.339629-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR (R Stripling)",
            "reward": "1.44000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3aa938a-a4e2-4973-b2f4-57651feb3657/?format=api"
        },
        {
            "id": "d9672e5a-d110-49dc-8ff8-c6cb6edd5d31",
            "gambit_id": "095f8b14-ad38-43b7-804c-c5615844d3c1",
            "last_updated": "2022-09-05T13:52:19.338690-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT (J Brubaker)",
            "reward": "2.61000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3aa938a-a4e2-4973-b2f4-57651feb3657/?format=api"
        }
    ]
}