GET /api/bet_types/7ce0da70-971f-48ca-834b-175e74ec20ae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7ce0da70-971f-48ca-834b-175e74ec20ae",
    "match": "https://api-prod.gambitprofit.com/api/matches/9eaa664d-7f73-45a4-ae36-9ecd003f371d/?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": "Oregon",
                "amount": 6114.0
            },
            {
                "team": "BYU",
                "amount": 3886.0
            }
        ],
        "expected_reward_tokens": 9170.96,
        "profit_sb": 170.96,
        "profit_sb_percentage": 1.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "932fe982-6e83-4802-8c01-4fe6f8f6b263",
            "gambit_id": "55f54ae3-8071-4cea-a380-3f42553288a6",
            "last_updated": "2022-09-18T18:07:34.515339-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oregon",
            "reward": "1.50000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ce0da70-971f-48ca-834b-175e74ec20ae/?format=api"
        },
        {
            "id": "3a8806ba-50e8-44ef-be18-35799ad05e70",
            "gambit_id": "40c1d013-ab30-4678-87c3-80c32f8efe5a",
            "last_updated": "2022-09-18T18:07:34.516485-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BYU",
            "reward": "2.36000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ce0da70-971f-48ca-834b-175e74ec20ae/?format=api"
        }
    ]
}