GET /api/bet_types/291d31c6-6211-455c-acef-5e3ecbfd84a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "291d31c6-6211-455c-acef-5e3ecbfd84a2",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b6c4b88-0c39-4105-9e54-bba79ca88b9e/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Minnesota",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10900.0,
        "profit_sb": 1900.0,
        "profit_sb_percentage": 21.11,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Minnesota",
                "amount": 8564.0
            },
            {
                "team": "Northwestern",
                "amount": 1436.0
            }
        ],
        "expected_reward_tokens": 9334.0,
        "profit_sb": 334.0,
        "profit_sb_percentage": 3.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "2ac64c90-0cb9-41ef-892a-738093940d66",
            "gambit_id": "990a0722-bf46-4998-bbd4-6b4717b73cc5",
            "last_updated": "2022-11-14T10:08:59.545728-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota",
            "reward": "1.09000",
            "odds": "1.10530",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/291d31c6-6211-455c-acef-5e3ecbfd84a2/?format=api"
        },
        {
            "id": "d373d498-e59b-4566-a9a8-b9dc229fa133",
            "gambit_id": "7dd2b8a1-44b3-443a-89ab-64fd5d7feffd",
            "last_updated": "2022-11-14T10:08:59.546699-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Northwestern",
            "reward": "6.50000",
            "odds": "7.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/291d31c6-6211-455c-acef-5e3ecbfd84a2/?format=api"
        }
    ]
}