GET /api/bet_types/f1f001c1-1ac6-4054-8cbe-376ba5143317/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f1f001c1-1ac6-4054-8cbe-376ba5143317",
    "match": "https://api-prod.gambitprofit.com/api/matches/439b3241-b884-4ee4-b7d4-cfc80cc077e0/?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": "UTSA",
                "amount": 8457.0
            },
            {
                "team": "UTEP",
                "amount": 1543.0
            }
        ],
        "expected_reward_tokens": 9302.7,
        "profit_sb": 302.7,
        "profit_sb_percentage": 3.36,
        "recommended": true
    },
    "lines": [
        {
            "id": "27f90653-56e7-4ecb-865f-ca27a042b985",
            "gambit_id": "627d724d-bbc1-4cc3-9d51-bd98494d21af",
            "last_updated": "2022-11-28T09:52:08.483651-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UTSA",
            "reward": "1.10000",
            "odds": "1.11760",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1f001c1-1ac6-4054-8cbe-376ba5143317/?format=api"
        },
        {
            "id": "f13e83fe-9716-4cda-b2ef-8a85f3cabfb6",
            "gambit_id": "0ad2a0c0-dafd-4407-aa3e-c271652a822f",
            "last_updated": "2022-11-28T09:52:08.484672-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UTEP",
            "reward": "6.03000",
            "odds": "6.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1f001c1-1ac6-4054-8cbe-376ba5143317/?format=api"
        }
    ]
}