GET /api/bet_types/2876ff66-c59a-4ffb-8570-71e711a0f000/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2876ff66-c59a-4ffb-8570-71e711a0f000",
    "match": "https://api-prod.gambitprofit.com/api/matches/f529a6d2-b66f-4c63-acc7-e4ad38bb67f2/?format=api",
    "name": "Play the Odds",
    "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": "PIT",
                "amount": 5838.0
            },
            {
                "team": "ARI",
                "amount": 4162.0
            }
        ],
        "expected_reward_tokens": 9281.26,
        "profit_sb": 281.26,
        "profit_sb_percentage": 3.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "c3e303f3-93ea-48d2-ae7d-b3612c47bf32",
            "gambit_id": "1258092f-44a3-4dcf-86a8-a0a678384b36",
            "last_updated": "2022-08-11T09:37:08.107072-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT",
            "reward": "1.59000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2876ff66-c59a-4ffb-8570-71e711a0f000/?format=api"
        },
        {
            "id": "be719a0e-72ae-45c9-bc8d-21129bae72cc",
            "gambit_id": "6981b316-b5fd-43c7-ab8d-19b2c6f9775e",
            "last_updated": "2022-08-11T09:37:08.106695-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI",
            "reward": "2.23000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2876ff66-c59a-4ffb-8570-71e711a0f000/?format=api"
        }
    ]
}