GET /api/bet_types/96d24361-4395-4dc4-8c73-5d6339b3a281/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "96d24361-4395-4dc4-8c73-5d6339b3a281",
    "match": "https://api-prod.gambitprofit.com/api/matches/820f87d3-fb5c-450a-8ed5-d967b1793223/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-18T08:46:54.055325-04: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": "Colorado Avalanche",
                "amount": 6163.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "b7605f43-1d74-471b-a847-09d7ba02a1f2",
            "gambit_id": "3b02acca-bf46-4fdb-a2ad-745f6b4dacb5",
            "last_updated": "2023-03-20T09:41:57.286672-04:00",
            "created_at": "2023-03-18T08:46:54.059214-04:00",
            "name": "Colorado Avalanche",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96d24361-4395-4dc4-8c73-5d6339b3a281/?format=api"
        },
        {
            "id": "a3f3e4d4-d23d-49f8-bded-b161a973bd43",
            "gambit_id": "c2da37e5-2736-4d7f-a9c1-7d286666597f",
            "last_updated": "2023-03-20T09:41:57.283851-04:00",
            "created_at": "2023-03-18T08:46:54.057419-04:00",
            "name": "Detroit Red Wings",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96d24361-4395-4dc4-8c73-5d6339b3a281/?format=api"
        }
    ]
}