GET /api/bet_types/a3b6ad56-210d-4e38-8fa8-be399671ede3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a3b6ad56-210d-4e38-8fa8-be399671ede3",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b1fd093-d943-42f9-9f8a-253fab14e06c/?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": "Charlotte",
                "amount": 8084.0
            },
            {
                "team": "Florida Intl",
                "amount": 1916.0
            }
        ],
        "expected_reward_tokens": 9539.12,
        "profit_sb": 39.12,
        "profit_sb_percentage": 0.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "15e3bb69-ef0c-4e65-b7c6-abf21aad9eb1",
            "gambit_id": "e567971b-073b-4144-a379-6817fff3e2d1",
            "last_updated": "2022-10-23T19:37:07.393503-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte",
            "reward": "1.18000",
            "odds": "1.18180",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3b6ad56-210d-4e38-8fa8-be399671ede3/?format=api"
        },
        {
            "id": "e1a37c2a-21e2-4814-8877-79d81ca4f4b8",
            "gambit_id": "beda285c-cd78-4d61-a06a-f6e70e892e62",
            "last_updated": "2022-10-23T19:37:07.394504-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Intl",
            "reward": "4.98000",
            "odds": "5.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3b6ad56-210d-4e38-8fa8-be399671ede3/?format=api"
        }
    ]
}