GET /api/bet_types/4fcbb3df-1f5c-4b51-a724-318b7b45f2f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4fcbb3df-1f5c-4b51-a724-318b7b45f2f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/97255190-6680-45cb-bc1b-d0c75b84625d/?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": "James Madison",
                "amount": 7790.0
            },
            {
                "team": "Arkansas State",
                "amount": 2210.0
            }
        ],
        "expected_reward_tokens": 9503.0,
        "profit_sb": 3.0,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "0eb4145a-238d-483b-8184-b9e5d9ce43e5",
            "gambit_id": "a2086417-b2b3-4450-ade2-bcf0a6c530ef",
            "last_updated": "2022-10-11T11:27:05.755413-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "James Madison",
            "reward": "1.22000",
            "odds": "1.22730",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4fcbb3df-1f5c-4b51-a724-318b7b45f2f9/?format=api"
        },
        {
            "id": "73caaf75-2509-4948-b177-9ee8d646456d",
            "gambit_id": "fab27c31-f97a-44c7-bf94-81b244449f66",
            "last_updated": "2022-10-11T11:27:05.754287-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arkansas State",
            "reward": "4.30000",
            "odds": "4.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4fcbb3df-1f5c-4b51-a724-318b7b45f2f9/?format=api"
        }
    ]
}