GET /api/bet_types/c8a2b640-7871-4d00-9ec2-9411ce4bed38/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c8a2b640-7871-4d00-9ec2-9411ce4bed38",
    "match": "https://api-prod.gambitprofit.com/api/matches/c98e053a-c92b-4a63-b0b2-bd434b10c9d0/?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": "Buffalo Sabres",
                "amount": 6326.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 3674.0
            }
        ],
        "expected_reward_tokens": 9552.26,
        "profit_sb": 52.26,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "e475bc1a-cf50-43d3-a2da-eb7141a09f2a",
            "gambit_id": "e1ae2956-e46a-42ac-8199-b816004abce1",
            "last_updated": "2022-10-28T10:02:06.354312-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8a2b640-7871-4d00-9ec2-9411ce4bed38/?format=api"
        },
        {
            "id": "326a74a0-d617-4e1b-8aa4-40cf27389eb2",
            "gambit_id": "4ad14a9c-009c-4a0e-8a5b-bf9a66580f56",
            "last_updated": "2022-10-28T10:02:06.355307-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Montreal Canadiens",
            "reward": "2.60000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8a2b640-7871-4d00-9ec2-9411ce4bed38/?format=api"
        }
    ]
}