GET /api/bet_types/684340f7-efe9-4088-b183-e7b3c79ed272/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "684340f7-efe9-4088-b183-e7b3c79ed272",
    "match": "https://api-prod.gambitprofit.com/api/matches/8e4f1d29-f7a4-40d9-a7b9-6fb712c3e0b7/?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": "Mississippi State",
                "amount": 6312.0
            },
            {
                "team": "Texas A&M",
                "amount": 3688.0
            }
        ],
        "expected_reward_tokens": 9404.4,
        "profit_sb": -95.6,
        "profit_sb_percentage": -1.01,
        "recommended": false
    },
    "lines": [
        {
            "id": "6a369b8e-95d4-4ab6-8b91-c3a5fbfb54ad",
            "gambit_id": "227d644f-5e42-4679-82d7-43b555c8d134",
            "last_updated": "2022-10-03T10:52:29.081630-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Mississippi State",
            "reward": "1.49000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/684340f7-efe9-4088-b183-e7b3c79ed272/?format=api"
        },
        {
            "id": "58dc327d-e67b-4bf7-b541-8f53e55cd941",
            "gambit_id": "250684c9-cd69-4586-b2e4-37128d9f12c0",
            "last_updated": "2022-10-03T10:52:29.083178-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas A&M",
            "reward": "2.55000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/684340f7-efe9-4088-b183-e7b3c79ed272/?format=api"
        }
    ]
}