GET /api/bet_types/f5ce23a0-f28c-46af-b593-01fe1a7e7027/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f5ce23a0-f28c-46af-b593-01fe1a7e7027",
    "match": "https://api-prod.gambitprofit.com/api/matches/852f2fd1-ca0b-4ffa-b06f-4cb4bb22facb/?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": "USC",
                "amount": 7683.0
            },
            {
                "team": "Fresno State",
                "amount": 2317.0
            }
        ],
        "expected_reward_tokens": 9219.6,
        "profit_sb": 219.6,
        "profit_sb_percentage": 2.44,
        "recommended": true
    },
    "lines": [
        {
            "id": "0d50fb8f-0bb0-4b6d-8347-0342fe3235e9",
            "gambit_id": "9bfa9fe9-283c-4b43-967e-0c6810ff1a20",
            "last_updated": "2022-09-18T09:27:40.742406-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "USC",
            "reward": "1.20000",
            "odds": "1.22730",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5ce23a0-f28c-46af-b593-01fe1a7e7027/?format=api"
        },
        {
            "id": "751b1975-d4ae-4807-a700-c49ad58408fc",
            "gambit_id": "1c19d78e-e110-4e2c-b306-1765e9fdcbe2",
            "last_updated": "2022-09-18T09:27:40.743373-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Fresno State",
            "reward": "3.98000",
            "odds": "4.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5ce23a0-f28c-46af-b593-01fe1a7e7027/?format=api"
        }
    ]
}