GET /api/bet_types/4da06588-9ea5-4662-8097-9c09ebb04f2e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4da06588-9ea5-4662-8097-9c09ebb04f2e",
    "match": "https://api-prod.gambitprofit.com/api/matches/b9b14ff9-49d9-40c0-88d3-714bc8decf88/?format=api",
    "name": "Play the Odds",
    "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": "KAN",
                "amount": 5312.0
            },
            {
                "team": "MIN",
                "amount": 4688.0
            }
        ],
        "expected_reward_tokens": 9188.48,
        "profit_sb": 188.48,
        "profit_sb_percentage": 2.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "a0c5d6b1-e4e7-4891-b663-8f460073534b",
            "gambit_id": "43896543-00f6-44ec-acf9-f0789c14acd1",
            "last_updated": "2022-08-17T09:27:03.405459-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN",
            "reward": "1.73000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4da06588-9ea5-4662-8097-9c09ebb04f2e/?format=api"
        },
        {
            "id": "65cfe1c3-32bb-4121-b99c-9e9c549bf87f",
            "gambit_id": "9bf31788-759e-4384-b522-1e1823385625",
            "last_updated": "2022-08-17T09:27:03.404990-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN",
            "reward": "1.96000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4da06588-9ea5-4662-8097-9c09ebb04f2e/?format=api"
        }
    ]
}