GET /api/bet_types/a4080175-8411-4160-8ceb-43ab37827fc0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a4080175-8411-4160-8ceb-43ab37827fc0",
    "match": "https://api-prod.gambitprofit.com/api/matches/180dd749-0b30-4ba5-9dce-0cdbeb55acd7/?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": "Baltimore Ravens",
                "amount": 5974.0
            },
            {
                "team": "Jacksonville Jaguars",
                "amount": 4026.0
            }
        ],
        "expected_reward_tokens": 9139.02,
        "profit_sb": 139.02,
        "profit_sb_percentage": 1.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "1beb9530-9759-4e72-b088-31cbe24c384a",
            "gambit_id": "a673d247-8621-427b-afe2-e261eab80d76",
            "last_updated": "2022-11-28T11:47:16.441190-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Baltimore Ravens",
            "reward": "1.53000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4080175-8411-4160-8ceb-43ab37827fc0/?format=api"
        },
        {
            "id": "0f2ee945-44fb-4540-8d6f-c09eb9708645",
            "gambit_id": "daa9502e-c1e9-4f52-8e1f-7fd445947cd4",
            "last_updated": "2022-11-28T11:47:16.440164-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Jacksonville Jaguars",
            "reward": "2.27000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4080175-8411-4160-8ceb-43ab37827fc0/?format=api"
        }
    ]
}