GET /api/bet_types/ff8507d6-97cf-4367-a927-adcf795c0ee0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ff8507d6-97cf-4367-a927-adcf795c0ee0",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a85ccfb-8364-4b31-957d-70361c300ee0/?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": "Florida",
                "amount": 7983.0
            },
            {
                "team": "Vanderbilt",
                "amount": 2017.0
            }
        ],
        "expected_reward_tokens": 9258.03,
        "profit_sb": 258.03,
        "profit_sb_percentage": 2.87,
        "recommended": true
    },
    "lines": [
        {
            "id": "70ae49d3-b060-4ab8-b3b8-a616925c6d48",
            "gambit_id": "a7d4cb91-d66e-4711-8e54-c498f943346f",
            "last_updated": "2022-11-21T11:58:29.882475-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida",
            "reward": "1.16000",
            "odds": "1.18180",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff8507d6-97cf-4367-a927-adcf795c0ee0/?format=api"
        },
        {
            "id": "14a78cae-e7e9-4dd1-9106-48fcaaf84683",
            "gambit_id": "54199506-6528-44ac-88fc-709f6cd66dce",
            "last_updated": "2022-11-21T11:58:29.881433-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vanderbilt",
            "reward": "4.59000",
            "odds": "5.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff8507d6-97cf-4367-a927-adcf795c0ee0/?format=api"
        }
    ]
}