GET /api/bet_types/3340c2cb-318b-4f5f-83ef-a38b3c6b395d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3340c2cb-318b-4f5f-83ef-a38b3c6b395d",
    "match": "https://api-prod.gambitprofit.com/api/matches/00be9359-7b90-450a-88cc-e7809c75426c/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Boise State",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10500.0,
        "profit_sb": 1500.0,
        "profit_sb_percentage": 16.67,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Boise State",
                "amount": 8923.0
            },
            {
                "team": "Nevada",
                "amount": 1077.0
            }
        ],
        "expected_reward_tokens": 9369.15,
        "profit_sb": 369.15,
        "profit_sb_percentage": 4.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "538337d7-2e85-4610-896d-fdd661ad7c88",
            "gambit_id": "64171bdc-01c2-4db9-b576-2b4f346cf037",
            "last_updated": "2022-11-14T09:24:09.234471-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boise State",
            "reward": "1.05000",
            "odds": "1.05260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3340c2cb-318b-4f5f-83ef-a38b3c6b395d/?format=api"
        },
        {
            "id": "adbe8b96-c5e4-4dd3-9907-bf3b037317d9",
            "gambit_id": "3340a49c-2b98-4622-aef6-60b2c86f9060",
            "last_updated": "2022-11-14T09:24:09.233504-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nevada",
            "reward": "8.70000",
            "odds": "9.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3340c2cb-318b-4f5f-83ef-a38b3c6b395d/?format=api"
        }
    ]
}